反向的css动画,动画方向 | animation-direction Dear 丶 2022-09-02 14:58 280阅读 0赞 动画方向 | animation-direction animation-directionCSS 属性指示动画是否反向播放,它通常在简写属性animation中设定 /\* Single animation \*/ animation-direction: normal; animation-direction: reverse; animation-direction: alternate; animation-direction: alternate-reverse; /\* Multiple animations \*/ animation-direction: normal, reverse; animation-direction: alternate, reverse, normal; /\* Global values \*/ animation-direction: inherit; animation-direction: initial; animation-direction: unset; 使用速记属性animation一次性设置所有动画属性通常很方便。 Initial value normal Applies to all elements, ::before and ::after pseudo-elements Inherited no Media visual Computed value as specified Animation type discrete Canonical order the unique non-ambiguous order defined by the formal grammar 语法 值 normal每个循环内动画向前循环,换言之,每个动画循环结束,动画重置到起点重新开始,这是默认属性。alternate动画交替反向运行,反向运行时,动画按步后退,同时,带时间功能的函数也反向,比如,ease-in 在反向时成为ease-out。计数取决于开始时是奇数迭代还是偶数迭代reverse反向运行动画,每周期结束动画由尾到头运行。alternate-reverse反向交替, 反向开始交替动画第一次运行时是反向的,然后下一次是正向,后面依次循环。决定奇数次或偶数次的计数从1开始。 注:当您在animation-\*属性中指定的动画。animation-name属性以不同的方式使用,具体取决于有多少。有关更多信息,请参见设置多个动画属性值... 形式语法 \#where = normal | reverse | alternate | alternate-reverse 示例 有关示例,请参阅CSS动画。 规格 Specification Status Comment CSS AnimationsThe definition of 'animation-direction' in that specification. Working Draft Initial definition. 浏览器兼容性 Feature Chrome Edge Firefox (Gecko) Internet Explorer Opera Safari (WebKit) Basic support (Yes)-webkit 43.0 (Yes)-webkit (Yes) 5.0 (5.0)-moz 16.0 (16.0)1 10 12-o 12.50 4.0-webkit reverse 19 (Yes) 16.0 (16.0) 10 (Yes) (Yes) alternate-reverse 19 (Yes) 16.0 (16.0) 10 (Yes) (Yes) Feature Android Android Webview Edge Firefox Mobile (Gecko) IE Phone Opera Mobile Safari Mobile Chrome for Android Basic support ? ? (Yes)-webkit (Yes) 5.0 (5.0)-moz 16.0 (16.0)1 ? ? ? (Yes)-webkit 43.0 reverse No support ? (Yes) 16.0 (16.0) ? ? No support (Yes)-webkit alternate-reverse ? ? (Yes) 16.0 (16.0) ? ? ? (Yes)-webkit
相关 CSS动画 效果图: ![20210420183258301.gif][] 实现效果描述: 子元素相对父元素水平垂直居中并重复循环放大缩小 实现代码: <!DOCTYPE Dear 丶/ 2023年01月14日 12:58/ 0 赞/ 177 阅读
相关 css 动画 上下滑动 html <div class="kaiqi">点击开启</div> css .kaiqi { color: ffffff; 川长思鸟来/ 2022年11月05日 05:24/ 0 赞/ 157 阅读
相关 css动画 在CSS中主要通过@keyframes和animation来实现的: @keyframes制定了一个元素的css样式变化的方式,也就是通过css央视的逐步改变,让它动起来,也 怼烎@/ 2022年10月29日 13:20/ 0 赞/ 383 阅读
相关 css的动画 ![在这里插入图片描述][b1db4f58c7ac4bc0abca5d50ea86b5c8.png] ![在这里插入图片描述][watermark_type_ZmFuZ3p 我就是我/ 2022年09月07日 06:25/ 0 赞/ 148 阅读
相关 反向的css动画,动画方向 | animation-direction 动画方向 | animation-direction animation-directionCSS 属性指示动画是否反向播放,它通常在简写属性animation中设定 /\ Dear 丶/ 2022年09月02日 14:58/ 0 赞/ 281 阅读
相关 CSS动画 CSS3 动画 通过 CSS3,我们能够创建动画,这可以在许多网页中取代动画图片、Flash 动画以及 JavaScript。 CSS3 @keyframes Bertha 。/ 2022年06月07日 02:51/ 0 赞/ 269 阅读
相关 css动画 纯CSS3实现的8种Loading动画效果<div class="load1" > <div class="loader">加载中</div> 系统管理员/ 2022年06月05日 08:42/ 0 赞/ 229 阅读
相关 css动画 动画移动时间 animation: move 13s; 一直移动,无限循环 animation-iteration-count: infinite; 从A移动到 叁歲伎倆/ 2022年06月05日 00:53/ 0 赞/ 247 阅读
相关 CSS动画 摘自阮一峰老师的博客 [http://www.ruanyifeng.com/blog/2014/02/css\_transition\_and\_animation.html] 喜欢ヅ旅行/ 2022年05月10日 00:54/ 0 赞/ 232 阅读
相关 CSS-动画 前言 本文主要内容: 过渡:transition 2D 转换 transform(scale,translate,rotate) 冷不防/ 2022年05月03日 09:30/ 0 赞/ 232 阅读
还没有评论,来说两句吧...