日出日落动画效果
代码语言:html
所属分类:动画
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <style> #info { position: absolute; color: #fff; padding: 50px; font-family: 'Times new roman'; width: 100px; font-size: 40px; line-height: 30px; z-index: 5; text-shadow: 0 0 20px #fff; } #sky { margin-top: 0; height: 200vh; width: 100%; background-image: -webkit-gradient(linear, left top, left bottom, from(#7996fc), color-stop(#cc86e4), color-stop(#fb7cba), color-stop(#ff828b), color-stop(#ff9764), color-stop(#ff9d52), color-stop(#ffa43d), color-stop(#ffad21), color-stop(#ff9a1e), color-stop(#ff8620), color-stop(#ff7026), to(#ff592e)); background-image: linear-gradient(to bottom, #7996fc, #cc86e4, #fb7cba, #ff828b, #ff9764, #ff9d52, #ffa43d, #ffad21, #ff9a1e, #ff8620, #ff7026, #ff592e); -webkit-transition-duration: 3s; transition-duration: 3s; } #sun { width: 250px; height: 250p.........完整代码请登录后点击上方下载按钮下载查看
网友评论0