HTML:標記語言
CSS:樣式語言
JavaScript:指令碼語言
Web API:程式設計介面
所有 Web 技術
學習 Web 開發
發現我們的工具
更好地瞭解 MDN
此功能已經成熟,並可在許多裝置和瀏覽器版本上使用。自 2020 年 3 月起,它已在各瀏覽器中推出。
AnimationEvent.pseudoElement 只讀屬性是一個字串,以 '::' 開頭,包含動畫執行所作用的偽元素的名稱。如果動畫不是在偽元素上執行,而是在元素本身上執行,則為空字串:''。
AnimationEvent.pseudoElement
'::'
''
一個字串,以 '::' 開頭,包含動畫執行所作用的偽元素的名稱。
載入中…
animation
animation-delay
animation-direction
animation-duration
animation-fill-mode
animation-iteration-count
animation-name
animation-play-state
animation-timing-function
@keyframes
AnimationEvent