1.0.1 • Published 7 years ago
background-zoom v1.0.1
Background Zoom
Give a amazing visual to your background! This plugin gives a zoom effect to your background according the page scroll.
Apllying Background Zoom
Attention!!! This plugin requires jQuery.
- Install Background Zoom to your project:
npm i background-zoom --save
ornpm i developmatt/background-zoom-plugin
Insert it in project
require('background-zoom')
Select the element in wich is the background to be zoomed and apply the backgroundZoomPlugin function
$('#elementWithBackground').backgroundZoomPlugin();
Ta-daaaaa!!! Background zoom plugin is working!