css实现钢铁烧红燃烧炼化文字动画效果代码

代码语言:html

所属分类:动画

代码描述:css实现钢铁烧红燃烧炼化文字动画效果代码

代码标签: css 钢铁 烧红 燃烧 炼化 文字 动画

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html>
<html lang="en" >

<head>
  <meta charset="UTF-8">

  
  
<style>
@font-face {
  src: url("//repo.bfw.wiki/bfwrepo/font/MetaVariableDemo-Set.woff2") format("woff2");
  font-family: "Meta";
  font-style: normal;
  font-weight: normal;
}
.text {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="100%" width="100%"><defs><filter id="fire"><feTurbulence baseFrequency="0.01" numOctaves="6" seed="1" /><feColorMatrix type="hueRotate" values="0" result="cm"><animate attributeName="values" from="0" to="360" dur="4s" repeatCount="indefinite" /></feColorMa.........完整代码请登录后点击上方下载按钮下载查看

网友评论0