Skip to content

Conversation

@johannesodland
Copy link
Contributor

Adding initial support for the timeline-scope property, without support for the full cascade order. (Previous implementation did not support the cascade order either).

This PR consists of three separate parts that were necessary to make the tests pass:

  • Support for the timeline-scope property, and finding the referenced timeline in the timeline scope subtree
  • Remove mapping for style elements that are removed from the dom
  • Store 'auto' duration, so that it can be used when calculating effect timing

@johannesodland johannesodland marked this pull request as ready for review February 11, 2024 10:31
@raphaelaleixo
Copy link

Any updates on this?

@amomchilov
Copy link

amomchilov commented Jan 23, 2026

This is great!

I built this myself, and vendored it on my site. Here's the steps I used:

$ git clone https://github.com/flackr/scroll-timeline.git
$ cd scroll-timeline
$ git fetch origin pull/244/head:pr-244 pr-244
$ git checkout pr-244
$ npm install
$ npm run build
# use the ./dist/scroll-timeline.js

It would be really great if this got merged so this wasn't necessary, but it looks like this repo hasn't had any activity in 2 years :/

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants