[Webkit-unassigned] [Bug 182608] New: [Web Animations] Refactor AnimationEffect and KeyframeEffect into AnimationEffectReadOnly, KeyframeEffectReadOnly and KeyframeEffect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 8 11:33:21 PST 2018


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

            Bug ID: 182608
           Summary: [Web Animations] Refactor AnimationEffect and
                    KeyframeEffect into AnimationEffectReadOnly,
                    KeyframeEffectReadOnly and KeyframeEffect
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Animations
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: graouts at apple.com
                CC: dino at apple.com

Currently, we have an AnimationEffect class with read-write members and a KeyframeEffect subclasses with read-write members. The spec has an AnimationEffectReadOnly class, with read-only members, a KeyframeEffectReadOnly subclass, with read-only members, and then the KeyframeEffect subclass (of KeyframeEffectReadOnly) with read-write members.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180208/8a24de40/attachment.html>


More information about the webkit-unassigned mailing list