重工电子论坛
标题:
全真 CSS3序列帧动画
[打印本页]
作者:
李维强-15级
时间:
2021-3-14 15:25
标题:
全真 CSS3序列帧动画
本帖最后由 李维强-15级 于 2021-3-18 02:34 编辑
滑动插件
https://www.swiper.com.cn/
3D旋转插件用法threesixty
https://www.cnblogs.com/xiaofenguo/p/6117147.html
序列帧动画
https://blog.csdn.net/joyce_lcy/article/details/78711322
https://www.zhangxinxu.com/study ... nce-frame-play.html
背景动画
https://www.cnblogs.com/dengyao-blogs/p/11584803.html
this should work
<video id="bgVideo" controls preload="true" autoplay loop muted>
<source src="Home_Page.mp4" type="video/mp4" >
<source src="Home_Page.ogv" type="video/ogv" >
<source src="Home_Page.webm" type="video/webm" >
</video>
Also you should create a htaccess file/amend your htaccess file to include the following
AddType video/mp4 .mp4 .m4v
AddType video/ogg .ogv
AddType video/webm .webm
//////////////////////////////////////////////////////
像素不对 loading横向切图 是6107*169的 横向6107不是169的整倍数,图片显示出来会歪;
欢迎光临 重工电子论坛 (http://cqutlab.cn/)
Powered by Discuz! X3.1