html 文字动画:蒙特塞拉特 Posted 2021-05-11
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 文字动画:蒙特塞拉特相关的知识,希望对你有一定的参考价值。
Text Animation: Montserrat
--------------------------
Text animation inspired by Web Designer issue 241
A [Pen](https://codepen.io/ClaireLarsen/pen/XmVyVX) by [Claire Larsen](http://codepen.io/ClaireLarsen) on [CodePen](http://codepen.io/).
[License](https://codepen.io/ClaireLarsen/pen/XmVyVX/license).
@import url(https://fonts.googleapis.com/css?family=Montserrat);
html, body{
height: 100%;
font-weight: 800;
}
body{
background: #030321;
font-family: Arial;
}
svg {
display: block;
font: 10.5em 'Montserrat';
width: 960px;
height: 300px;
margin: 0 auto;
}
.text-copy {
fill: none;
stroke: white;
stroke-dasharray: 6% 29%;
stroke-width: 5px;
stroke-dashoffset: 0%;
animation: stroke-offset 5.5s infinite linear;
}
.text-copy:nth-child(1){
stroke: #4D163D;
animation-delay: -1;
}
.text-copy:nth-child(2){
stroke: #840037;
animation-delay: -2s;
}
.text-copy:nth-child(3){
stroke: #BD0034;
animation-delay: -3s;
}
.text-copy:nth-child(4){
stroke: #BD0034;
animation-delay: -4s;
}
.text-copy:nth-child(5){
stroke: #FDB731;
animation-delay: -5s;
}
@keyframes stroke-offset{
100% {stroke-dashoffset: -35%;}
}
/* This Pen is best viewable in Google Chrome.
*/
<svg viewBox="0 0 960 300">
<symbol id="s-text">
<text text-anchor="middle" x="50%" y="80%">Montserrat</text>
</symbol>
<g class = "g-ants">
<use xlink:href="#s-text" class="text-copy"></use>
<use xlink:href="#s-text" class="text-copy"></use>
<use xlink:href="#s-text" class="text-copy"></use>
<use xlink:href="#s-text" class="text-copy"></use>
<use xlink:href="#s-text" class="text-copy"></use>
</g>
</svg>
以上是关于html 文字动画:蒙特塞拉特的主要内容,如果未能解决你的问题,请参考以下文章
scss GoogleFonts - 蒙特塞拉特
Andersen Global新增蒙特塞拉特合作公司
sql 蒙特塞拉特 - Criação手册Inventário#tags:monteserrat
如何加载同一系列的多种字体
如何使此 Google 字体在 Internet Explorer 11 上运行
Tailwind 无法在 Laravel 中加载我的自定义字体