[Webkit-unassigned] [Bug 29993] Zooming while a CSS animation is running does not recompute endpoints

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 8 16:23:37 PDT 2011


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


Sneha Bhat <mail.snehabhat at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mail.snehabhat at gmail.com




--- Comment #5 from Sneha Bhat <mail.snehabhat at gmail.com>  2011-07-08 16:23:37 PST ---
It seems like the value of animation-duration is not effected by the zoom factor.
The keyframe "to" value calculated in function Length blend(const Length& from, float progress) in Length.h is not effected by the Zoom factor.

Some observations:
1.This works well with Firefox 5.0
2.If your current zoom factor is >1.0 and the if you try to load the html page(either of the two attachments),  the "to" value in blend function will be multiplied by zoom factor.

-- 
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