Webkit support for gradient transitions

后端 未结 5 869
灰色年华
灰色年华 2020-11-30 10:54

Im wondering if anyone know when will webkit support transitions of gradients?
for example, the following code doesnt work in Chrome 6 (assuming grad-transition is a lin

5条回答
  •  一整个雨季
    2020-11-30 11:37

    I asked this question awhile ago, you can see the responses I got by searching through my questions asked. They told me that you can't yet do this properly, but you can do it by setting the gradients on two different divs, then fading one div on top of the other to create the effect.

提交回复
热议问题