Applying WebKit transitions to Pseudo Elements

ε祈祈猫儿з 提交于 2019-11-28 11:14:26

This is a webkit bug, transitions do not work in Chrome or Safari on pseudo-elements.

Please star this bug to hopefully help the ball get rolling on a fix:

Issue 54699: CSS3 transition not applied for pseudo elements

It has been reported to Webkit:

Bug 23209 - Transitions and animations do not apply to CSS generated content

so hopefully it will be fixed soon.

UPDATE: Support for transitions was added to Webkit on 01/02/2013: https://trac.webkit.org/changeset/138632

Dan

At last the bug is fixed in Google Chrome.

You can start using transitions on pseudo elements, most Chromes have already updated as on January 24, 2013.

Waiting for Safari to pull these updates.

See how things are doing with other browsers here

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!