Moz-transition-duration not working?

It is a problem with the value transform in Mozilla it is prefixed with -moz-transform .

Up vote 1 down vote favorite share g+ share fb share tw.

Below you have the code I'm using to try and achieve a 3D animation: Here is the fiddle and the code: jsfiddle.net/82C2N/ 3D CSS Animation To see the desired effect open that in Chrome. In Firefox, the -moz-transition-duration seems to have no effect. The perspective and rotation value change on hover but withou any animation.

Any idea why? I'm using the latest version of Firefox (10.0.2). Css firefox css3 css-transitions link|improve this question edited Mar 4 at 3:19Cadence9649118 asked Mar 3 at 20:33Marius Bughiu729 88% accept rate.

It is a problem with the value transform, in Mozilla it is prefixed with -moz-transform. #movieposters li img { -moz-transition-property: -moz-transform } Here is the fiddle: jsfiddle.net/cadence96/82C2N/1/ EDITED BY Marius: Same thing with the perspective, use -moz-transition-property: -moz-perspective instead of simply -moz-transition-property: perspective.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions