• Stars
    star
    344
  • Rank 123,066 (Top 3 %)
  • Language
    JavaScript
  • Created over 10 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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.