CSS 暂停属性

ID:13146 / 打印

css 暂停属性

这个属性是设置pause-before pause-after的缩写。如果给出两个值,则第一个值是pause-before,第二个值是pause-after。

示例

让我们看一个CSS中pause属性的示例 −

<style>    <!--       /* pause-before: 20ms; pause-after: 20ms */       h1 { pause : 20ms }        /* pause-before: 30ms; pause-after: 40ms */       h2{ pause : 30ms 40ms }        /* pause-before: ?; pause-after: 10ms */       h3 { pause-after : 10ms }    --> </style>
上一篇: 如何使用 CSS 在一个元素上创建多个过渡?
下一篇: 使用 CSS 属性选择器设置表单样式

作者:admin @ 24资源网   2024-10-18

本站所有软件、源码、文章均有网友提供,如有侵权联系308410122@qq.com

与本文相关文章

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。