curiouslearning / assessment-survey-js

Assessment, Survey Typescript implementation
MIT License
0 stars 3 forks source link

Implemented star animation. #93

Closed rakshith-arch closed 8 months ago

rakshith-arch commented 8 months ago

Implementation of star animation. 1.Here in this PR i have implemented the star animation, Which plays when i click on any options. 2.Here in this PR i have added a static image after the animation is performed, because if i don't do this, then whenever i try to play the animation all the stars will play the animation, to over come this i have added a static image after animation.

  1. I did a lot of research to overcome the 2nd point i mentioned here, but couldn't find any.