Heim  >  Artikel  >  Web-Frontend  >  CSS-Texteffekt, Textfarbe hat Licht- und Schattenfluss

CSS-Texteffekt, Textfarbe hat Licht- und Schattenfluss

高洛峰
高洛峰Original
2017-02-14 15:15:063668Durchsuche

.sq_start {
    position: absolute;
    bottom: 10%;
    left: 50%;
    z-index: 3;
    margin-left: -50px;
    width: 100px;
    height: 20px;
    font-size: 18px;
    background: -webkit-gradient(linear,left top,right top,color-stop(0, #549A66),color-stop(0.3, #3CAF5A),color-stop(0.5, white),color-stop(0.7, #3CAF5A),color-stop(1, #3CAF5A));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    -webkit-animation: slidetounlock 4s 

linearinfinite;

    animation: slidetounlock 4s 

linear infinite;

}

Für weitere CSS-Texteffekte weist die Textfarbe einen Licht- und Schattenfluss auf. Weitere Artikel finden Sie auf der chinesischen PHP-Website!

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn