new Animate(el, props [, settings] [, cb])
- Easily animate CSS values. credit
- The following easing options are available:
linear
,elastic
,quad
,quint
,circ
,back
orbounce
. - You can animate relative values by doing
+25
or-25
for a value. Which will take the current property value and increase or decrease the property balue by 25 (see demo). - See it in action + some notes!
Parameters:
Name | Type | Argument | Description | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
el |
HTMLElement | Element to animate. |
||||||||||||||||||||||||||
props |
Object | CSS properties to animate. |
||||||||||||||||||||||||||
settings |
Object |
<optional> |
Configuration settings. Properties
|
|||||||||||||||||||||||||
cb |
function |
<optional> |
Callback function. |