Тёмный
No video :(

🐍 A Neon-Snake moving at the Border: Fancy CSS Button 

activenode
Подписаться 2,2 тыс.
Просмотров 882
50% 1

Animating Borders isn't easy. Here I am showing you one way of CSS-only-animating a snake-like border.
--
The Sandbox for this Code: codesandbox.io...
---
Chapters:
0:00 Intro
0:39 Button Foundation
1:45 Base Animations
4:23 Making the Snake
10:40 Fixing the Shadow
12:03 Outro
--
Credits:
- Licensed Music from Envato Elements

Опубликовано:

 

14 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 5   
@activenode
@activenode Год назад
Hey friends! The Link to the result is in the Description. Share your version ❤
@stewtech
@stewtech Год назад
More vanilla CSS!!!❤
@balls991
@balls991 Год назад
good work node
@LtTheXamax
@LtTheXamax Год назад
Next time please use tailwind
@parkerrex
@parkerrex Год назад
you can prob ask gpt: Button Shiny then for the directives @layer components { .wrapper::after { @apply absolute; content: ""; display: block; width: 60%; height: 7px; background: rgba(51, 7, 42, 0.753); top: 109%; left: 50%; transform: translateX(-50%); filter: blur(6px); opacity: 0; transition: all 200ms ease; } .shiny { @apply absolute; filter: blur(5px); inset: 50% -70% -70% 50%; background: linear-gradient( to left, transparent, #55999e, #a141be, transparent 100% ); border-radius: 6px; transition: all 300ms ease; background-repeat: no-repeat; transform-origin: 0 0; } .wrapper:hover .shiny { background-size: 100% 100%; animation: MyRotate 2s infinite linear; } @keyframes MyRotate { 0% { transform: rotate(0deg); } 33% { transform: rotate(120deg); } 66% { transform: rotate(210deg); } 100% { transform: rotate(360deg); } } }
Далее
Understand the Supabase SSR Package easily
13:55
Просмотров 11 тыс.
CSS Anchor Is The Best New CSS Feature Since Flexbox
15:39
Sevinch Ismoilova - Xayollarim 18-Avgust 19:00 Premera
00:19
Svelte 5's Secret Weapon: Classes + Context
18:14
Просмотров 16 тыс.
Use these instead of vh
6:06
Просмотров 498 тыс.
Supabase + Next.js ULTIMATE Auth Combo
8:55
Просмотров 3,3 тыс.
These CSS PRO Tips & Tricks Will Blow Your Mind!
8:48
Просмотров 215 тыс.
Using CSS custom properties like this is a waste
16:12
Просмотров 166 тыс.
Top 10 CSS One Liners That Will Blow Your Mind
13:34
Просмотров 937 тыс.
Sevinch Ismoilova - Xayollarim 18-Avgust 19:00 Premera
00:19