【原创】花样歌词(三):弹飞缩放
代码:
<style type="text/css">.html{
}
.动画{
height: 200px; width: 800px;
animation-name: 飞;
animation-delay: 0.04s;/*延迟时间*/
animation-iteration-count:infinite ;/*循环次数*/
animation-duration: 15s;/*动画一个周期的持续时间*/ }
@keyframes 飞 {
45%{ opacity: 1; transform:translate(45%,80%) scale(1.0)}
95% { opacity:0.9; transform:translate(-20%,80%) scale(0.5) }
</style>
<div class="动画" style="margin-top:-120px; margin-left:-100px;">此处文字用播放器代码替换</div>
<div style="margin-top:150px; margin-left:0px;"> </div>
(注:您的设备不支持flash)
请选择你想添加的收藏夹
- 未定义0条内容 你没有登录







































































