[Webkit-unassigned] [Bug 27159] New: Unsetting an object's transition property to restyle it without animating doesn't work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 10 14:34:31 PDT 2009


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

           Summary: Unsetting an object's transition property to restyle
                    it without animating doesn't work
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: neven.mrgan at gmail.com


Created an attachment (id=32579)
 --> (https://bugs.webkit.org/attachment.cgi?id=32579)
Example document

When an object has a transition defined on a property, it would be helpful to
be able to change that property without animating. The obvious solution would
be to set the object's transition property to "none", set the desired
properties, then re-set the transition. Unfortunately, because of concurrency
or other issues, this method does nothing. As illustrated in the attached
example, the object will continue animating even after the transition has been
set to "none".

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