aashimgarg / animation-using-js

a rectangle will scale down and shrink as soon as you press any alphabet key!
7 stars 26 forks source link

Fixed : Rotate by 3 degrees, fixed crashing #9

Open wolflegend99 opened 4 years ago

wolflegend99 commented 4 years ago

Calculated : How many frames are needed for the animation to scale down? about 60-61 Added a rotation factor of 0.05 ( 3 degrees / 60 ) per frame!

So, finally rotated by 3 degrees while scaling down!