smallma

Results 14 comments of smallma

You’re right — that approach is definitely a valid direction and makes sense. I’ll go ahead and implement it based on your suggestion for now and will report back with...

Yes, I did use ChatGPT to help describe my question — because English isn’t my native language, and I wanted to communicate my ideas more clearly. But the problems I...

This is a great starting point—very intuitive! That said, I wonder if we could simplify onScroll().link(tl) into something like tl.onScroll() to reduce boilerplate. Also, perhaps scrollTo('A') could be renamed to...

One additional suggestion: It might be useful if scrollToLabel() allowed an option to control whether timeline effects (e.g., callbacks or scroll-triggered side-effects) should run when jumping to a label. In...