Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set will-change while animating opacity/transform/filter #449

Open
dstoc opened this issue May 10, 2016 · 2 comments
Open

Set will-change while animating opacity/transform/filter #449

dstoc opened this issue May 10, 2016 · 2 comments

Comments

@dstoc
Copy link
Contributor

dstoc commented May 10, 2016

The polyfill should set the will-change property while animating these properties.

See PolymerElements/neon-animation#119

@samuelli
Copy link
Contributor

Will affect Safari & Firefox before they ship: http://caniuse.com/#feat=will-change

@Martin-Pitt
Copy link

Keep in mind that will-change is intended to be set before rather than while animating properties to warn the browser for optimisations.

Give it sufficient time to work. This property is intended as a method for authors to let the user-agent know about properties that are likely to change ahead of time. […]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants