@@ -930,11 +930,28 @@ To <dfn>set animator instance of worklet animation</dfn> given
930
930
931
931
</div>
932
932
933
+ Effect Stack and Composite Order {#effect-stack-composite-order}
934
+ ----------------------------------------------------------------
935
+
936
+ As with other animations, <a>worklet animations</a> participate in the <a>effect stack</a> . A
937
+ worklet animation does not have a specific <a>animation class</a> which means it has the same
938
+ composite order as other Javascript created web animations.
933
939
934
940
935
941
942
+
943
+
944
+ Additional Related Concepts {#related-concepts}
945
+ ===============================================
946
+
947
+
936
948
Worklet Group Effect {#worklet-group-effect}
937
- ===========================================
949
+ --------------------------------------------
950
+ <em> This section is not normative.</em>
951
+
952
+
953
+ <a>Group effect</a> is a type of <a>animation effect</a> that enbales multiple child animation
954
+ effects to be animated together as a group.
938
955
939
956
{{WorkletGroupEffect}} is a type of <a>group effect</a> that allows its <a>child effect's</a>
940
957
<a>local times</a> to be mutated individually.
@@ -951,11 +968,16 @@ interface WorkletGroupEffect {
951
968
};
952
969
</xmp>
953
970
971
+
954
972
Issue(w3c/csswg-drafts#2071): The above interface exposes a conservative subset of GroupEffect
955
973
proposed as part of web-animation-2. We should instead move this into a delta spec against the
956
974
web-animation.
957
975
958
976
977
+ Note: Group Effect is currently an experimental feature and not well specified in web animations. So
978
+ the concept of {{WorkletGroupEffect}} may change dramatically as <a>Group Effect</a> get specified.
979
+ See https://github.com/yi-gu/group_effect/blob/master/README.md for more details.
980
+
959
981
960
982
ScrollTimeline {#scroll-timeline}
961
983
---------------------------------
@@ -974,14 +996,6 @@ right abstractions and mechanisms to do this.
974
996
975
997
976
998
977
- Effect Stack and Composite Order {#effect-stack-composite-order}
978
- ----------------------------------------------------------------
979
-
980
- As with other animations, <a>worklet animations</a> participate in the <a>effect stack</a> . A
981
- worklet animation does not have a specific <a>animation class</a> which means it has the same
982
- composite order as other Javascript created web animations.
983
-
984
-
985
999
Security Considerations {#security-considerations}
986
1000
==================================================
987
1001
0 commit comments