8000 GitHub - AhmetCetinn/css-ripple-effect: Pure CSS (no JavaScript) implementation of Android Material design "ripple" animation
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Pure CSS (no JavaScript) implementation of Android Material design "ripple" animation

License

Notifications You must be signed in to change notification settings

AhmetCetinn/css-ripple-effect

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pure CSS ripple effect (no JavaScript)

CSS-only implementation of Android Material design "ripple" animation on click event

Main advantage of this solution is that there is no DOM manipulation in order to create animation. That means this is faster - it doesn't use JavaScript or jQuery to animate.

This solution is also implemented in one of the biggest Bootstrap theming libraries Bootswatch in their Materia theme.

Installation

This library can be installed via npm

npm install css-ripple-effect

Or you can use yarn

yarn add css-ripple-effect --production

Or you can use bower

bower install css-ripple-effect

Or you can simply download it in your project, but that way you don't have the option to update if newer versions appear.

CSS ripple effect example

Supporters

About

Pure CSS (no JavaScript) implementation of Android Material design "ripple" animation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 52.7%
  • JavaScript 47.3%
0