> For the complete documentation index, see [llms.txt](https://docs.webmix.cc/css-animation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.webmix.cc/css-animation/dong-hua-xiao-guo-animation/5.10-zong-jie-animation.md).

# 5.10 animation 縮寫

## 縮寫

animation 的 預設值是：**`none 0 ease 0 1 normal none running`**

```css
animation: none 0 ease 0 1 normal none running;
```

依序分別代表以下 8 個屬性設定：

* animation-name
* animation-duration
* animation-timing-function
* animation-delay
* animation-iteration-count
* animation-direction
* animation-fill-mode
* animation-play-state
