I want to change z-index value to flip elements up and down, It will give full form creating effect, But not working, help me | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I want to change z-index value to flip elements up and down, It will give full form creating effect, But not working, help me

https://code.sololearn.com/Wi85YGsv3vyO/?ref=app

13th Sep 2017, 3:43 PM
Pritam Sukumar Kininge
Pritam Sukumar Kininge - avatar
7 Answers
0
This is the example I made, the syntax of the keyframes for the animation and the use of perspective and transform properties are important. Is this what you were looking for. I hope I helped. https://code.sololearn.com/WKhqt3ZwcJpl/?ref=app
14th Sep 2017, 4:13 AM
Jay Dorreno
Jay Dorreno - avatar
+ 1
thank you Jay, but can you please give example for better understanding
14th Sep 2017, 3:52 AM
Pritam Sukumar Kininge
Pritam Sukumar Kininge - avatar
+ 1
wow.....it's impressive, really very nice, and thank you so much.
15th Sep 2017, 12:53 AM
Pritam Sukumar Kininge
Pritam Sukumar Kininge - avatar
0
From my understanding, if you are looking for a flip animation, you have to use the transform property in CSS, z-index only changes the layer index for an element, the higher it is, the higher the priority, and it will show over other elements based on the way they are built.
14th Sep 2017, 3:48 AM
Jay Dorreno
Jay Dorreno - avatar
0
No problem! You also might enjoy able to find some 3d css animation tutorials online, they really help.
15th Sep 2017, 1:25 AM
Jay Dorreno
Jay Dorreno - avatar
0
can you send me link for 3D SSC tutorials. and please give me example of drag and drop API.
15th Sep 2017, 7:35 AM
Pritam Sukumar Kininge
Pritam Sukumar Kininge - avatar
15th Sep 2017, 11:49 AM
Jay Dorreno
Jay Dorreno - avatar