My question is: is it possible to vertically flip (meaning an animation is required) that navbar when the far right button is clicked, essentially exposing the back side? The navigation bar contains a background image that must be transformed in order to create the illusion of vertical flipping. The end result of the animation would consist of additional navigation elements, like Nav Item 5, Nav Item 6, etc. that are displayed as if the user was looking at the other side.
From what I have researched, what I want is only possible with 3D transforms in CSS, and only Safari, Chrome, and the recently released Firefox 10 support it. But is there another way? Plugins like "Flip!" (http://lab.smashup.it/flip) don't seem to transform the background image as I expect.
Would I be much better off skipping the flip and having some sort of fade transition between displaying Nav Items 1-4 and Nav Items 5+?
Question
MythicaL
I have a navigation bar in the header area of a site I am developing:
http://i.imgur.com/w6eHp.png
My question is: is it possible to vertically flip (meaning an animation is required) that navbar when the far right button is clicked, essentially exposing the back side? The navigation bar contains a background image that must be transformed in order to create the illusion of vertical flipping. The end result of the animation would consist of additional navigation elements, like Nav Item 5, Nav Item 6, etc. that are displayed as if the user was looking at the other side.
From what I have researched, what I want is only possible with 3D transforms in CSS, and only Safari, Chrome, and the recently released Firefox 10 support it. But is there another way? Plugins like "Flip!" (http://lab.smashup.it/flip) don't seem to transform the background image as I expect.
Would I be much better off skipping the flip and having some sort of fade transition between displaying Nav Items 1-4 and Nav Items 5+?
Thank you.
Link to comment
https://www.neowin.net/forum/topic/1055406-is-this-possible-vertical-flip-animation-with-jquery/Share on other sites
3 answers to this question
Recommended Posts