28
edits
(Update problem of implementation) |
(typo) |
||
| Line 37: | Line 37: | ||
== Problem of implementation. == | == Problem of implementation. == | ||
1) The concept of time value | 1) The concept of time value | ||
We managed | We managed [https://w3c.github.io/web-animations/#time-value| time value] in Timeline, However ScrollTimeline doesn't have the concept of time. Because start position of ScrollTimeline is corresponding the start of animation. So ScrollTimeline doesn't have timve value but have relative position of animation. | ||
Because start position of ScrollTimeline is corresponding the start of animation | In order to implement these, ScrollTimeline should have the start time of animation. | ||
In order to implement these | |||
2) | 2) Supporting multi ScrollTimeline | ||
The animation have same timeline object each other. | The animation have same timeline object each other. | ||
3) End delay | 3) End delay | ||
ScrollTimeline has limited range. i.e. timeline is finite range. | ScrollTimeline has limited range. i.e. timeline is finite range. | ||
edits