Thanks to visit codestin.com
Credit goes to github.com

Skip to content

saket-shukla/rippler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bower version Built with Grunt

Rippler

Effect that spreads like a wave in touch or click.
You can also use the buttons on the bootstrap.

demo image

##Example & Installation http://blivesta.github.io/rippler

##Sidenote

Due to click errors on firefox and safari is rippler using 0 for default effectSize!

$(document).ready(function() {
  $(".rippler").rippler({
    effectClass      :  'rippler-effect'
    ,effectSize      :  0      // Default size (width & height)
    ,addElement      :  'div'   // e.g. 'svg'(feature)
    ,duration        :  400
  });
});

##License MIT license.

About

👷 Effect that spreads like a wave in touch or click.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 86.7%
  • CSS 13.3%