Skip to content

Commit df06b0e

Browse files
committed
[css-animations] Add issue.
1 parent 853c3e0 commit df06b0e

2 files changed

Lines changed: 52 additions & 31 deletions

File tree

css-animations/Overview.bs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,15 @@ Animations</h2>
178178

179179
</div>
180180

181+
<p class="issue" id="issue-track-animation-state">
182+
This specification should describe what information is part
183+
of the state of running animations,
184+
and how that information persists across changes to 'animation-name',
185+
particularly when a name is repeated
186+
within either the old or new value of 'animation-name'.
187+
See <a href="https://lists.w3.org/Archives/Public/www-style/2016May/0111.html">www-style post</a> and other messages in the same thread.
188+
</p>
189+
181190
Setting the 'display' property to ''display/none'' will terminate any running animation applied
182191
to the element and its descendants. If an element has a 'display' of ''display/none'', updating
183192
'display' to a value other than ''display/none'' will start all animations applied to the element

0 commit comments

Comments
 (0)