flackr / scroll-timeline

A polyfill of ScrollTimeline.
Apache License 2.0
891 stars 84 forks source link

Fix bug in animation range name regex #187

Closed johannesodland closed 6 months ago

johannesodland commented 6 months ago

The regex matching animation range names when parsing range offsets eagerly matched entry in entry-crossing.

This PR adds a lookahead to fix this issue.