Bug 159695 - animation of transform does not work with with spring() timing function
Summary: animation of transform does not work with with spring() timing function
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Animations (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-12 16:28 PDT by Joseph Pecoraro
Modified: 2016-07-12 16:31 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2016-07-12 16:28:33 PDT
Summary:
animation of transform does not work with with spring() timing function.

When there is a spring it appears to be linear. However, animating a transform does work with other timing functions (e.g. ease-in, ease-out).

Compare:
<http://codepen.io/joepeck/pen/JKOpPj/> - animate left with spring()      => spring!
<http://codepen.io/joepeck/pen/AXbVBz/> - animate transform with spring() => linear
Comment 1 Dean Jackson 2016-07-12 16:31:11 PDT
I thought we explicitly turned off spring in animations, while we work out what it means. The fact it works for left is a bug :)