You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Sigh. If only I had a nickel for the number of times this "bug" has been reported.
-prefix-free runs on the client-side, so there's no need to add all prefixes. It can detect whether a prefix is needed and which one, and act accordingly.
I did a search for "transition" in issues and didn't find it... In the
fiddle I posted, there's no transition there at all. This also happens
with a local .htm file on my computer. There's no transition taking place.
Sigh. If only I had a nickel for the number of times this "bug" has been
reported.
-prefix-free runs on the client-side, so there's no need to add all
prefixes. It can detect whether a prefix is needed and which one, and act
accordingly.
Reply to this email directly or view it on GitHub: #67 (comment)
Ah, I see. It looks like it’s not working when it runs onload, if I change that to "no wrap (body)" or "no wrap (head)" it works fine. In reality, you’d include the script somewhere, not copy paste it in an event handler, so I don't see how that’s a problem in real code. Though it’s quite interesting to look into why it’s not working there at some point.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
transition: all 0.3s ease-out;
is not properly converted to
I ran a test here: http://jsfiddle.net/7RLvx/
The text was updated successfully, but these errors were encountered: