Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bramus committed Jan 26, 2024
1 parent a596e06 commit db921ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/proxy-animation.js
Original file line number Diff line number Diff line change
Expand Up @@ -1093,8 +1093,8 @@ export class ProxyAnimation {
// Effect proxy that performs the necessary time conversions when using a
// progress-based timelines.
effect: null,
// Range when using a view-timeline. The default range is cover 0% to
// 100%.
// The animation attachment range, restricting the animation’s
// active interval to that range of a timeline
animationRange: isScrollAnimation ? parseAnimationRange(timeline, animOptions['animation-range']) : null,
proxy: this
});
Expand Down

0 comments on commit db921ba

Please sign in to comment.