πŸ“«Anime and Hammer

continue evening dress

Anime

change position smoothly

anim({
 name:"player1",//obj name
 position:{//write down the destination
     x:5,y:5
 },
 time:1000,//automatically set to 1000(ms) if you do not enter time
 type:"linear"//automatically set to "linear" if you do not enter time
})

Install anime.js


Hammer

records your swiping movements

Install hammer.js

Last updated