Scroll down
158 сообщений
6863 сообщения
#10 лет назад
Подозреваю, что это называется "двигающаяся стрелка вниз"."исходник":
.discover {
-webkit-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
-webkit-animation: arrow-anim 1.5s infinite;
animation: arrow-anim 1.5s infinite;
position: fixed;
left: 50%;
bottom: 30px;
width: 40px;
height: 40px;
margin-left: -20px;
z-index: 300;
}
129 сообщений
#10 лет назад
Судя по названию в исходнике это icomoon, шрифт просто.@font-face{
font-family:'icomoon';
src:url("../font/icomoon.eot?-pd05vj");
src:url("../font/icomoon.svg?-pd05vj#icomoon") format("svg"),url("../font/icomoon.eot?#iefix-pd05vj") format("embedded-opentype"),url("../font/icomoon.woff?-pd05vj") format("woff"),url("../font/icomoon.ttf?-pd05vj") format("truetype");
font-weight:normal;
font-style:normal
}
.discover:after{
font-family:'icomoon';
content:"\e60a";
position:relative;
top:0;
left:0;
font-size:40px;
line-height:40px;
color:#fff;
background:transparent
}


