I have been playing with animated CSS3 Media Queries, yes I know their practical use is questionable but it is fun. Anyways, I can get boxes/divs/selectors to transition/expand/contract/change color etc on browser resize but I am having problems with transforms. What I am trying to do is make a div flip or rotate at certain resolutions.
Think of it as an iPad changing from landscape to portrait and a div flipping when this happens.
I found a jQuery snippet online which I have been trying to combine with CSS, as so far CSS alone has not been successful.
Is this actually possible and if so what am I missing/doing wrong?