Magic CSS3 - CSS3 Animations with special effects by miniMAC
Questions tagged [magic-css]
1 questions
0
votes
1 answer
How to apply 2 animation on 1 div when click on it
$(document).ready(function(){
$("#page").click( function(){
$("#page").addClass('magictime perspectiveLeft');
$("#page").addClass('magictime perspectiveLeftRetourn');
What I am trying to do:
After clicking element("#page") this code should…

ankit gupta
- 55
- 9