alvaromontoro / TourGuide

JS module that helps generate step-by-step instructions and demos in an easy way
MIT License
20 stars 4 forks source link

Animate using 3D translations instead of changing position #17

Open alvaromontoro opened 5 years ago

alvaromontoro commented 5 years ago

Explore the possibility of using CSS3 3D transformations (translations in particular) to animate the spotlight. So the hardware accelerator will make it smoother.

Is it worth using it? Implemente it.