WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
50279
Allow transition-delay to affect non-animatable properties
https://bugs.webkit.org/show_bug.cgi?id=50279
Summary
Allow transition-delay to affect non-animatable properties
Simon Fraser (smfr)
Reported
2010-11-30 15:17:14 PST
It has been suggested that non-animatable properties should respect transition-delay, to allow the author to control when they change.
Attachments
Add attachment
proposed patch, testcase, etc.
Chris Marrin
Comment 1
2010-12-01 11:00:33 PST
So, if you want an image to change after a period of time the logical thing to do would be to go: transition-property: background-image; transition-delay: 2s But this won't work since you need a transition-duration. Seems like the better model would be to use a step function and set the transition up like any other property. Then all non-animatable properties would always use a step timing-function, either implicit or explicit. Then you'd set it up like this: transition-property: background-image; transition-duration: 2s; transition-timing-function: step-end; (I don't remember the step function syntax, but you get the idea). I think this makes more sense and I think it would be easier to integrate this with other transitions.
Chris Marrin
Comment 2
2010-12-01 11:01:20 PST
So maybe a better title for this bug is "Allow non-animatable properties to animate with step timing-function"?
Simon Fraser (smfr)
Comment 3
2010-12-01 11:59:41 PST
Or we still respect the delay even if the duration is zero?
Dean Jackson
Comment 4
2011-08-01 20:48:00 PDT
***
Bug 65488
has been marked as a duplicate of this bug. ***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug