【開發(fā)小技巧】020—用HTML和CSS在文本上如何創(chuàng)建液體填充動(dòng)畫效果?

<html lang="en"><head><meta charset="UTF-8" /><meta name="viewport"content="width=device-width, initial-scale=1.0" />????<title>用HTML和CSS在文本上如何創(chuàng)建液體填充動(dòng)畫效果?title>?head><body><center><h1>WEB前端開發(fā)公眾號(hào)h1>center>body>html>
<style>body {margin: 0;padding: 0;}h1 {margin: 200px 0;padding: 0;font-size: 80px;position: relative;color:green;}h1:before {content: "WEB前端開發(fā)公眾號(hào)";position: absolute;top: 0;left: 0;width: 100%;height: 100%;color:white;overflow: hidden;animation: animate 6s infinite;}@keyframes animate {0% {height: 25%;}25% {height: 50%;}50% {height: 65%;}75% {height: 40%;}100% {height: 25%;}}style>
<html?lang="en">?<head><meta charset="UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><title>???????用HTML和CSS在文本上如何創(chuàng)建液體填充動(dòng)畫效果??title><style>body {margin: 0;padding: 0;}h1 {margin: 200px 0;padding: 0;font-size: 80px;position: relative;color:green;}h1:before {content: "WEB前端開發(fā)公眾號(hào)";position: absolute;top: 0;left: 0;width: 100%;height: 100%;color:white;overflow: hidden;animation: animate 6s infinite;}@keyframes animate {0% {height: 25%;}25% {height: 50%;}50% {height: 65%;}75% {height: 40%;}100% {height: 25%;}}style>head><body><center><h1>WEB前端開發(fā)公眾號(hào)h1>center>body>html>


評(píng)論
圖片
表情
