[Webkit-unassigned] [Bug 36589] [Qt] GraphicsLayer: Timing functions don't work with transitions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 25 03:57:19 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=36589


Kim Grönholm <kim.gronholm at nomovok.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #51621|                            |review?, commit-queue?
               Flag|                            |




--- Comment #1 from Kim Grönholm <kim.gronholm at nomovok.com>  2010-03-25 03:57:19 PST ---
Created an attachment (id=51621)
 --> (https://bugs.webkit.org/attachment.cgi?id=51621)
Fixes the timing functions in transform transitions with AC

If the animation value doesn't have timing function set, we need to use the
animation's timing function.

Fixed also a bug in passing the duration to solveCubicBezierFunction. The
duration was divided two times by 1000 and meanwhile casted to int. It needs to
be kept as double and divided by 1000 only once.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list