Posted 14 апреля, 20204 yr comment_161612 Как можно анимировать группу пользователя в форматировании? Link to comment https://ipbmafia.ru/topic/22080-formatirovanie/ Share on other sites Больше вариантов
14 апреля, 20204 yr comment_161628 C помощью css анимации Link to comment https://ipbmafia.ru/topic/22080-formatirovanie/?&do=findComment&comment=161628 Share on other sites Больше вариантов
14 апреля, 20204 yr comment_161632 в 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 Больше вариантов
14 апреля, 20204 yr Author comment_161633 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 Больше вариантов
20 апреля, 20204 yr comment_161744 хотел бы уточнить, куда именно вставлять? Можно скриншоты или видео? Link to comment https://ipbmafia.ru/topic/22080-formatirovanie/?&do=findComment&comment=161744 Share on other sites Больше вариантов
20 апреля, 20204 yr comment_161745 анимацию @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 Больше вариантов
20 апреля, 20204 yr comment_161749 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.