能不能对于如何实现云朵循环飘动给点提示啊

能不能对于如何实现云朵循环飘动给点提示啊

* {
	margin:0;
	padding:0;
}
.sky {
	position:relative;
	width:100%;
	height:60vh;
	background: linear-gradient(rgb(196, 228, 253),white);	
}
.grass {
	width:100%;
	height:40vh;
	background: linear-gradient(white,rgb(148, 190, 89));
}
.cloud {
	position:absolute;
	background-color:white;
	border-radius:50%;
	box-shadow:0 0 3px 3px white;
}
.cloud1 {	
	top:30px;
	left:600px;
	width:90px;
	height:90px;
	/*background-color:rgba(255, 255, 255, .8);*/
	animation:moveOne 10s linear infinite ;
}
.cloud2 {	
	top:200px;
	left:700px;
	width:90px;
	height:90px;
}
.cloud3 {	
	top:100px;
	left:900px;
	width:120px;
	height:120px;
	 /*filter: alpha(opacity=40);*/
}
.cloud4 {	
	top:160px;
	left:1200px;
	width:70px;
	height:70px;
}
.cloud5 {	
	top:40px;
	left:1400px;
	width:90px;
	height:90px;
}
.cloud::before {
	display:block;
	content:"";
	border-radius:120px;
	background-color:white;
	box-shadow:0 0 3px 3px white;
}
.cloud1::before,
.cloud2::before,
.cloud5::before {	
	width:70px;
	height:55px;	
	transform: translate(-42px,32px)  rotate(50deg);
	animation:moveOne 10s linear infinite ;	
	/*background-color:rgba(255, 255, 255, .8);*/
}
.cloud3::before {	
	width:92px;
	height:68px;	
	transform: translate(-52px,45px)  rotate(50deg);	
}
.cloud4::before {	
	width:55px;
	height:35px;	
	transform: translate(-32px,30px)  rotate(50deg);	
}
.cloud::after {
	display:block;
	content:"";
	border-radius:80px;
	background-color:white;
	box-shadow:0 0 3px 3px white;
}
.cloud1::after,
.cloud2::after,
.cloud5::after {	
	width:150px;
	height:40px;	
	transform: translate(-50px,-10px)  rotate(1deg);	
	animation:moveOne 10s linear infinite ;
	/*background-color:rgba(255, 255, 255, .8);*/
}
.cloud3::after {	
	width:190px;
	height:50px;	
	transform: translate(-60px,-8px)  rotate(1deg);	
}
.cloud4::after {	
	width:115px;
	height:30px;	
	transform: translate(-37px,0px)  rotate(1deg);	
}

@keyframes moveOne {
	0% {transform: translate(-50px,-10px)  rotate(1deg);}	
	25% {transform: translate(-2000px,-10px)  rotate(1deg);}
	25% {transform: translate(2000px,-10px)  rotate(1deg);}
	100% {transform: translate(-2000px,-10px)  rotate(1deg);}
}

以上那段代码是实现不了的。。。我就是想问问 像以上这种靠translate定位的情况 要如何设置动画关键帧啊

非常感谢!

正在回答

登陆购买课程后可参与讨论,去登陆

2回答

定义云朵运动规则

http://img1.sycdn.imooc.com//climg/5a86655500010fd906340204.jpg

定义云朵运动动画

http://img1.sycdn.imooc.com//climg/5a866568000157a608220223.jpg

希望可以帮到你~

  • hpbrave 提问者 #1
    非常感谢!成功了!能不能再请问下 如何均匀地使云朵透明啊 我分别对cloud, cloud:before,cloud:after设置颜色为rgba(255,255,255,.5)他们重叠的地方透明度就降低了 整朵云不是一个透明度了。。。
    2018-02-16 20:41:40
好帮手慕糖 2018-02-18 16:29:39

你好,建议:可尝试直接给cloud元素设置opacity: .8属性。

祝学习愉快~

  • 提问者 hpbrave #1
    非常非常感谢!在两位助教的帮助下 终于完成了作业。。。
    2018-02-19 08:46:12
问题已解决,确定采纳
还有疑问,暂不采纳

恭喜解决一个难题,获得1积分~

来为老师/同学的回答评分吧

0 星
响应式开发与常用框架 2018
  • 参与学习           人
  • 提交作业       2198    份
  • 解答问题       5012    个

如果你有web端基础,既想进阶,又想进军移动端开发,那就来吧,我们专题为你带来的课程有HTML5、CSS3、移动基础、响应式、bootstrap、less等,让你在前端道路上畅通无阻!

了解课程
请稍等 ...
意见反馈 帮助中心 APP下载
官方微信

在线咨询

领取优惠

免费试听

领取大纲

扫描二维码,添加
你的专属老师