Posted 14 апреля, 20204 yr comment_161612 Как можно анимировать группу пользователя в форматировании?
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>
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> Пасибки
20 апреля, 20204 yr comment_161744 хотел бы уточнить, куда именно вставлять? Можно скриншоты или видео?
20 апреля, 20204 yr comment_161745 анимацию @keyframes anim { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } в custom.css
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 А именно?
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.