>>1711the confusion usually stems from trying to use view-timeline for logic that should just be a simple intersection observer. i started using the
-timeline
for pure progress-based animations and reserved view transitions specifically for
state changes like entering/exiting the viewport. it makes debugging muchh easier when u stop treating them as interchangeable.