RESOLVED CONFIGURATION CHANGED 157606
CSS transition-property doesn't accept "<custom-ident>"
https://bugs.webkit.org/show_bug.cgi?id=157606
Summary CSS transition-property doesn't accept "<custom-ident>"
yisibl
Reported 2016-05-11 20:34:11 PDT
Such as WebKit doesn't support: transition-property: foo; transition-property: --foo; /* CSS variables */ transition-property: -webkit-foo; transition-property: -foo-bar; transition-property: 👻; /* Emoji */ transition: foo; transition: --foo; transition: -webkit-foo; transition: -foo-bar; transition: 👻; /* Emoji */ The most important is that some of the automatic generation of prefix tools(Autoprefixer) once generated WebKit does not support the attributes with the prefix, will lead to the entire transition property failure. e.g. transition: -webkit-mask-position, mask-position; This should be a perfectly valid value,other browsers do not have such a problem.
Attachments
Radar WebKit Bug Importer
Comment 1 2016-06-05 21:31:55 PDT
Tim Nguyen (:ntim)
Comment 3 2023-05-27 10:50:23 PDT
I think this works now. Please re-open if it this isn't the case.
Note You need to log in before you can comment on or make changes to this bug.