All Projects → mariusclaret → ripple-effect

mariusclaret / ripple-effect

Licence: MIT License
Get a beautiful Material Design ripple effect in pure JavaScript for your website in less than 1 minute.

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to ripple-effect

Ripple.js
Proper Material Design ripple effect for the web, that wouldn't interfere your elements' DOM.
Stars: ✭ 18 (-10%)
Mutual labels:  ripple-effect
LoadersPack-Android
Android LoadersPack - a replacement of default android material progressbar with different loaders
Stars: ✭ 119 (+495%)
Mutual labels:  ripple-effect
react-touch-ripple
Create ripple effect from Material Design with React
Stars: ✭ 27 (+35%)
Mutual labels:  ripple-effect
ripple-effect-click
Add ripple effect to any element you want when the click action happens ("ripple effect")
Stars: ✭ 15 (-25%)
Mutual labels:  ripple-effect
Material-BottomBarLayout
🎉A material navigation bar library which has pretty animations and different ways of arrangement.
Stars: ✭ 56 (+180%)
Mutual labels:  ripple-effect
Android Animation Set
📚 Android 所有动画系列详尽教程。 Explain all animations in Android.
Stars: ✭ 2,452 (+12160%)
Mutual labels:  ripple-effect
Primereact
The Most Complete React UI Component Library
Stars: ✭ 2,393 (+11865%)
Mutual labels:  ripple-effect
TextButton
⏹️ An easy to use `TextButton` when you need a TextView-like button, with handy touch feedback effects.
Stars: ✭ 19 (-5%)
Mutual labels:  ripple-effect

Ripple Effect

Get a beautiful Material Design ripple effect in pure JavaScript for your website in less than 1 minute. The script is not blocking rendering on the first paint, because the effect only gets fired on onpointerdown and onpointerup events on the document.

Ripple Effect Demo Gif

Getting Started

Import the ripple.js file in your project:

<script src="ripple.js"></script>

Add ripple class to your element:

<button class="ripple">Button with ripple effect</button>

Done!

Demo

Works only in browsers with pointer events support.

https://htmlpreview.github.io/?https://github.com/mariusclaret/ripple-effect/blob/master/demo.html

Author

Marius Claret (@mariusclaret || https://twitter.com/mariusclaret)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].