Skip to content

tomisnotme/Wiggle.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Wiggle.js

A Js Plugin for Wiggle Effect Based on Bezier

##Usage Include Wiggle.js file in your html

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

New a Wiggle obecjt and set amp and freq

var wiggle = new Wiggle(200, 1, 2); // amp, freq, dimen
var num = wiggle.getNum();

##Demo

About

A Js Plugin for Wiggle Effect

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 79.3%
  • HTML 20.7%