[Webkit-unassigned] [Bug 32465] New: End state CSS Animation behavior is wrong and useless by definition.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 12 00:33:49 PST 2009


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

           Summary: End state CSS Animation behavior is wrong and useless
                    by definition.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gene at cfcl.com


On p25, para 2 of Safari Visual Effects Guide. 
 It says: 
.... "However unlike transitions, animations do not change property values at
the end of the animation"

Yes, indeed. The properties are all reset to their beginning values.  (at the
end of the animation)
You can not intervene.  The properties are reset.  period.  I presume just in
case count > 1?   Grrr!

This is so brain dead.  It means one can NOT compose piecewise animation steps
for
a node.     It means all animations become looped animations.  This is an
insane limitation.

Who defined this behavior? 

How can you go
about piecing together count=1 animations?  Answer, you cannot.   Grrr.

Sigh.

IMHO a count=1 animation SHOULD NOT RESET at the end, but leave the properties
at their final values.

Can we get the safari spec fixed?

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