Hey there, I'm a bit unsure about how to word this and I'm still getting the hang of StackExchange so I hope I've posted in the correct place.
Currently, I am developing a mobile HTML5 app that utilizes Phonegap/Cordova (as well as Bootstrap), and I would like to incorporate an animation whenever a user clicks on a link.
Basically, when a user clicks the link, I want the page transition to slide to the left and the linked page to appear.
Is it possible to achieve this using CSS/JS?