As a backend developer with experience in nodejs, I am diving into the world of web application development. HTML5 and CSS are new territories for me, but you can check out my small web application here.
Now, I am looking to incorporate animations into my web application. Specifically, I want to implement an animation that scales down the current state and translates the new state from right to left. However, I am unsure where to begin. My project utilizes ui-router
, Restangular
, and ngAnimate
as AngularJS dependencies, along with LESS
for CSS pre-processing.
Does anyone have suggestions on how to achieve these desired animations? Thank you!