語法
動畫名稱animation-name
Setting the names of the animation.
Overview
Class | Declarations |
---|---|
@name:name,… | animation-name: name,…;
|
Conditionally apply
Apply styles based on different states using selectors and applying conditionally.
<div class="@name:fade:hover @name:fade@sm @name:fade@dark @name:fade@print">…</div>