Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Css transition issue Re: Css transition issue

#103101
Roggers
Member

It worked! All I needed was

-moz-transform: rotate(10deg);
-moz-transition: all 0.5s ease 0s;

thanks!