1.1.1 • Published 5 years ago

mandarinjs v1.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

mandarinJS

A ridiculously lightweight CSS animation class.

new in version v1.1

Example:

Mandarin("myDiv")

.set({x:500,y:600})

.wait(1.6)

.addAnim(1,{rotation:20,x:0})

.wait(1).addAnim(1,{rotation:180,x:900})

.startAnim();

##.set() method, just set the values without animating

##.wait(seconds)

will wait that number of seconds

##.pause(seconds) pause it for amount of seconds

.resume()

##Mandarin.pauseAll(); pauses all instances

##Mandarin.resumeAll(); resumes all instances

1.1.1

5 years ago

1.1.0

5 years ago