Jump to content

Форматирование

Featured Replies

Как можно анимировать группу пользователя в форматировании?

Link to comment
https://ipbmafia.ru/topic/22080-formatirovanie/
Share on other sites

C помощью css анимации

Link to comment
https://ipbmafia.ru/topic/22080-formatirovanie/?&do=findComment&comment=161628
Share on other sites

в custom.css 

.test {
    font-family: 'Comfortaa';
    font-weight: 900;
    font-size: 11pt;
    background-image: linear-gradient(270deg, #) !important;
    background-size: 1200% 1200% !important;
    color: transparent;
    -webkit-background-clip: text;
    background-color: white;
    background-image: -webkit-linear-gradient(92deg, #ff0000, #0000ff, #ffff00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: anim 4s infinite linear;
    font-weight: bold;
    font-size: 15px; 
} 


В форматирование нужной группы :
Суффикс

<span class="test">

префикс

</span>

 

Link to comment
https://ipbmafia.ru/topic/22080-formatirovanie/?&do=findComment&comment=161632
Share on other sites
25 минут назад, Vinheteiro сказал:

в custom.css 


.test {
    font-family: 'Comfortaa';
    font-weight: 900;
    font-size: 11pt;
    background-image: linear-gradient(270deg, #) !important;
    background-size: 1200% 1200% !important;
    color: transparent;
    -webkit-background-clip: text;
    background-color: white;
    background-image: -webkit-linear-gradient(92deg, #ff0000, #0000ff, #ffff00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: anim 4s infinite linear;
    font-weight: bold;
    font-size: 15px; 
} 


В форматирование нужной группы :
Суффикс


<span class="test">

префикс


</span>

 

Пасибки

Link to comment
https://ipbmafia.ru/topic/22080-formatirovanie/?&do=findComment&comment=161633
Share on other sites

хотел бы уточнить, куда именно вставлять? Можно скриншоты или видео?

 

Link to comment
https://ipbmafia.ru/topic/22080-formatirovanie/?&do=findComment&comment=161744
Share on other sites

анимацию
 

@keyframes anim {
0% {
    background-position: 0% 50%;
}
50% {
    background-position: 100% 50%;
}
100% {
    background-position: 0% 50%;
}

в custom.css

Link to comment
https://ipbmafia.ru/topic/22080-formatirovanie/?&do=findComment&comment=161745
Share on other sites
54 минуты назад, Vinheteiro сказал:

анимацию
 


@keyframes anim {
0% {
    background-position: 0% 50%;
}
50% {
    background-position: 100% 50%;
}
100% {
    background-position: 0% 50%;
}

в custom.css

А именно?

Link to comment
https://ipbmafia.ru/topic/22080-formatirovanie/?&do=findComment&comment=161749
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.