28
edits
(Update CSS Features.) |
(Update implementation overview) |
||
| Line 86: | Line 86: | ||
== Implement overview == | == Implement overview == | ||
We need to implement several features as follow. | We need to implement several features as follow. | ||
- Notify the scroll value to ScrollTimeline from scroll containers. | - Notify the scroll value to related ScrollTimeline from scroll containers. | ||
- (ScrollTimeline requests to scroll container for receivable scroll notification?) | |||
- ScrollTimeline should implement AnimationTimeline interface and RefreshObserver interface. | - ScrollTimeline should implement AnimationTimeline interface and RefreshObserver interface. | ||
- ScrollTimeline | - ScrollTimeline needs to remain the scroll value which notified from scroll container in order to calculate several times when tick. | ||
- ScrollTimeline | - ScrollTimeline needs to override AnimationTimeline::GetCurrentTime in order to notify current progress of animation to own animations. | ||
[Consideration] | |||
[ | - How notify the scroll value from parent to child process? Especially e10s environment. | ||
== Problem of implementation. == | == Problem of implementation. == | ||
edits