shuenw
(Shuen)
November 2, 2018, 4:12pm
1
I am convinced this is a bug. This doesn’t happen to other transition properties like box shadow.
Set a background color
On the “none” state, add a transition for background color with a delay of 300ms
On the “hover” state, change the background color property
result: there is no animated delay.
Any ideas?
Here is my public share link: LINK
(how to access public share link )
shuenw
(Shuen)
November 2, 2018, 4:26pm
2
I figure it out. Adding a “solid color” to image & gradient is NOT the background color property. The background color property is the paint bucket icon. : )
1 Like
vincent
(Vincent Bidaux)
November 2, 2018, 4:27pm
3
I was going to post:
http://vincent.polenordstudio.fr/snap/Webflow_-__Sandbox_2018-11-02_17-25-55.png
Solid color is actually a “flat gradient”. And CSS gradients don’t transition.