"will-change" property causes blink effect
See original GitHub issueHello.
Why did you use will-change: transform
css property on .splide__list
element?
This property is unusual and seems to cause blink effect on my Splide instance in loop mode (when we switch between first/last element).
Issue Analytics
- State:
- Created 3 years ago
- Reactions:4
- Comments:6
Top Results From Across the Web
CSS will-change Property: When and When Not to Use It
Remember to use this as a last resort if your animations are janky or flickering. Removing will-change. It is recommended by Mozilla to...
Read more >contents" and "will-change: scroll-position" have any effect ...
I have questions about "will-change" CSS property implementation on blink. ... do not cause a composited layer to be created in Blink.
Read more >Everything You Need to Know About the CSS will-change ...
If you've ever noticed “that flicker” in WebKit-based browsers ... Other than that, the will-change property has no direct effect on the ...
Read more >will-change - CSS: Cascading Style Sheets - MDN Web Docs
The will-change CSS property hints to browsers how an element is expected to change. Browsers may set up optimizations before an element is ......
Read more >How to use the will-change property and CSS animations
First off you need to only use will-change right before the animation and unset it right after: https://developers.google.com/web/fundamentals/performance/ ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
this fixed my problem with Firefox warn
Close the issue due to the major version update. Feel free to create a new issue or open a new discussion.
Splide v3 does not use the
will-change
.