Skip to content

An implementation of Google Chrome logo effect using pure JS

License

Notifications You must be signed in to change notification settings

ReeganExE/wave-animation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An implementation of Google Chrome logo effect.

demo

See this effect on https://www.google.com/intl/en/chrome/browser/. Just hover your mouse on the Google Chrome logo.

Installation

bower install ReeganExE/wave-animation --save

Usage

var el = document.getElementById('download-button');
var animated = new AnimatedItem(el, 8 /* left */, 15 /* top */);

Stop animation

animated.stop();

About

An implementation of Google Chrome logo effect using pure JS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published