質問するログイン新規登録

回答編集履歴

1

意訳を追加

2018/03/26 08:51

投稿

defghi1977
defghi1977

スコア4756

answer CHANGED
@@ -4,5 +4,7 @@
4
4
 
5
5
  > Setting the display property to none will terminate any running animation applied to the element and its descendants. If an element has a display of none, **updating display to a value other than none will start all animations applied to the element by the animation-name property**, as well as all animations applied to descendants with display other than none.
6
6
 
7
+ 意訳:
8
+ `display:none`が設定されているノードの`display`プロパティを`none`以外の値にすると, そのノードに設定されている全てのCSSアニメーションが実行されるよ.
7
9
 
8
10
  [https://www.w3.org/TR/css-animations-1/](https://www.w3.org/TR/css-animations-1/)