Loading video...
Video Failed to Load
Shine animations in CSS are actually simple to make. .shine-container { position: relative; overflow: hidden; } .shine-container::after { content: ""; position: absolute; inset: 0; transform: translateX(-100%); background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.25), transparent ); animation: shine 1.5s infinite; } KEYframe Galaxy Studios shine { 100% { transform:... show more
10,804 views • 2 months ago •via X (Twitter)
0 Comments
No comments available
Comments from the original post will appear here
