Forums

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

Home Forums CSS Rotate Transition not working Reply To: Rotate Transition not working

#156581
magicspon
Participant

This should work:

transition: all .40s ease;

Not sure if by targeting everything in the transition will cause any other issues with changing properties… I tried it out in the codepen link and it worked.