Bug or Could-Be Feature?

Hey guys, so I’m adding hover effects on a dropdown menu button.

I added an ease-in feature with the ‘all’ properties so that way the scaling effect is smooth. I also want the background image to appear when this happens but with the easing effects as well so that way the background image sort of fades in.

Maybe background images should/could be linked to transition effects and easing effects?

If not, is this a possibility?

image
image
image

Another way is by putting the dropdown menu button in a div, and then adding the background image to said div. The menu button would then have a background colour. You would then made a transition of the background image opacity (from 100% to 0%)

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.