0.0.3 • Published 3 years ago

easeint v0.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

easeInt

instance an easy to ease integer without requiring gsap or heavy libraries.

import easeInt from 'easeint'


let test = easeInt(100,{duration : 1000,
                        type : 'easeOutCubic',
                        update : (value)=>{
                            console.log('updated value',value)
                        }})


//update the value 
test.value = 500;

//read the value
console.log(test.value);
0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago