Forums

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

Home Forums CSS [Solved] Adding A Transition To Drop Down On Hover? Reply To: [Solved] Adding A Transition To Drop Down On Hover?

#173056
Paulie_D
Member

This is the problem

-webkit-transition: all 0.8s ease-in-out;
-moz-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;

On’y transition the properties you need and apply delays to stagger them as required.

THAT was the point of the article….try re-reading it.

The structure is irrelevant it’s the transition CSS you should be paying attention to.