[Webkit-unassigned] [Bug 143488] New: Animation is not stopped when animation class is removed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 7 11:20:59 PDT 2015


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

            Bug ID: 143488
           Summary: Animation is not stopped when animation class is
                    removed
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Animations
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ed_dvd at yahoo.com
                CC: dino at apple.com

Created attachment 250278
  --> https://bugs.webkit.org/attachment.cgi?id=250278&action=review
HTML file showing the problem

The problem is found with GTK port when accelerated Compositing is used.

The attached test application is doing the following steps:
1. Apply translateZ(0) to <p> element
2. Apply CSS class called .delayedScrollingLabelA.animate to perform animation using -webkit-animation property.
3. Remove .delayedScrollingLabelA.animate class.

At step (3), it is expected that animation should stop, however it continues. The problem does not happen if step (1) is omitted.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150407/c2dc58da/attachment-0001.html>


More information about the webkit-unassigned mailing list