flackr / scroll-timeline

A polyfill of ScrollTimeline.
Apache License 2.0
951 stars 94 forks source link

Add self keyword for the scroller #189

Closed bramus closed 8 months ago

bramus commented 9 months ago

This PR allows the self keyword to be used as the scroller in scroll(), e.g. animation-timeline: scroll(self y);.

The anonymous-scroll-timeline-animation-shorthand.html demo was extended to include this.

No change in WPT results was noticed.