TWEEN ANIMATION

Keys: Dom Attribute

Any DOM Attribute containing a numerical value can be animated.

Example Value
value 1000

CODE EXAMPLE

new TweenAnim({
    keys: {
        value: [0, 1000]
    },
    round: 0
}).targets('.el');