[CSS Transitions] z-index & not animating one property

Hello world,

I'm coming here to understand why z-index is under the animation of
css-transition?
I don't understand the usability of animating this property.


Also, I come with my second question:
It's possible to use transition-property to select any property, but
if we want to animate all properties except one, we have to specify
all properties to animate, it's not useful.

something like:
transition-property:all, !z-index;

could be useful.

Thanks for reading me.

regards,
/antoine

Received on Friday, 13 January 2012 23:06:58 UTC