28
edits
No edit summary |
(Update CSS Interface features.) |
||
| Line 41: | Line 41: | ||
=== Interface of CSS proposal === | === Interface of CSS proposal === | ||
The CSS interface is same to [https://lists.w3.org/Archives/Public/www-style/2014Sep/0135.html Dean's proposal]. | |||
There are three feature in his poroposal, but 'animation-behavior' is not related with timeline. | |||
So in this document, we explain 'animation-timebase' and 'animation-trigger' interface only. | |||
animation-trigger: | |||
- The scroll container should notify the scroll value to the ScrollTimeline. | |||
- The difference point is that animation target element and scroll container object is same. | |||
animation-timebase: | |||
- The feature is same to ScrollTimeline. | |||
- The difference point is that animation target element and scroll container object is same. | |||
[Memo] | |||
- 通知するスクロール量の取得元の役割を明記する。 | |||
=== Usage of this API === | === Usage of this API === | ||
edits