User:Mantaroh/Scroll-driven animations: Difference between revisions

Jump to navigation Jump to search
delete problem section.
(Update implementation overview)
(delete problem section.)
Line 1: Line 1:
'''** Note : This Document is WIP(Doesn't translate yet.) **'''
== Scroll-driven animations. ==
== Scroll-driven animations. ==
For previous discussion, see [[Platform/Layout/Extended Timelines|Extended Timeline]].
For previous discussion, see [[Platform/Layout/Extended Timelines|Extended Timeline]].
Line 94: Line 92:
[Consideration]
[Consideration]
- How notify the scroll value from parent to child process? Especially e10s environment.
- How notify the scroll value from parent to child process? Especially e10s environment.
== Problem of implementation. ==
1) The concept of time value<br/>
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.
In order to implement these, ScrollTimeline should have the start time of animation.
2) Supporting multi ScrollTimeline<br/>
The animation have same timeline object each other.
3) End delay<br/>
ScrollTimeline has limited range. i.e. timeline is finite range.
28

edits

Navigation menu