DescriptionSupply CSS transition easing when creating keyframes for CSS transitions
Linear easing was being supplied instead of the timing function specified by the user.
Example for testing: http://jsbin.com/sihif/1/quiet
Cubic bezier keyframe easings were being calculated without knowledge of the iteration duration. This led to inconsistency in the accuracy being requested.
We now always use the iteration duration when choosing the accuracy for timing function evaluation.
Without this, the transitions layout tests opacity-transform-transitions-inside-iframe.html and
cubic-bezier-overflow-length.html would have needed rebaselining.
BUG=352919
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169897
Patch Set 1 #Patch Set 2 : Moved out cubic-bezier-overflow-length correction to issue 205623002 #Patch Set 3 : Use iteration duration when choosing accuracy during keyframe animation #
Total comments: 4
Patch Set 4 : kDuration to duration #Patch Set 5 : Rebase #Messages
Total messages: 17 (0 generated)
|