CSS-transition简单过渡动画
2021-04-09 15:28
标签:video style als controls src form for bsp height 实现视频弹窗从上到下滑入: CSS-transition简单过渡动画 标签:video style als controls src form for bsp height 原文地址:https://www.cnblogs.com/-xiao/p/12443467.html.video {
transition: all .8s;
&.slide {
top:50%;
opacity: 1;
}
position: fixed;
top: -50%;
left: 50%;
transform: translate(-50%,-50%);
z-index: 10;
width: 1000px;
height: 536px;
opacity: 0;
}
下一篇:如何调用json文件
文章标题:CSS-transition简单过渡动画
文章链接:http://soscw.com/index.php/essay/73378.html