[Webkit-unassigned] [Bug 186930] New: Element.animate() called with a positive delay does not animate

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 22 10:36:06 PDT 2018


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

            Bug ID: 186930
           Summary: Element.animate() called with a positive delay does
                    not animate
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Macintosh
                OS: macOS 10.13
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Animations
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dwilson1 at gmail.com
                CC: dino at apple.com

Animations specified with a positive delay in its Timing options do not visually start animating. It seems undefined, zero, and negative delays are all working as intended.

Example:
https://codepen.io/danwilson/pen/vrjPGx/?editors=0010

In the example, the second row circles are the only ones with positive delays specified and should be animating as well.

Steps to Reproduce:
1. Setup an animation such as:

element.animate([ { transform: 'scale(1)' }, { transform: 'scale(.5)' } ], {
  duration: 1000,
  delay: 500
});


Expected Results:
After 500ms, the element will start to scale to .5 over the course of 1000ms

Actual Results:
No animation occurs, and the element stays at scale(1).

Build: Release 59 (Safari 12.0, WebKit 13606.1.21)

-- 
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/20180622/1de2f669/attachment-0001.html>


More information about the webkit-unassigned mailing list