Skip to content

Instantly share code, notes, and snippets.

@MarwanShehata
Last active July 31, 2023 17:52
Show Gist options
  • Save MarwanShehata/302ff013f3248d5bd15c805c61ec09bc to your computer and use it in GitHub Desktop.
Save MarwanShehata/302ff013f3248d5bd15c805c61ec09bc to your computer and use it in GitHub Desktop.
/* https://twitter.com/i/status/1552438750470340610 */
{
0% { opacity: 0; filter: brightness(1) blur(20px) }
10% { opacity: 1; filter: brightness(2) blur(10px) }
100% { opacity: 1; filter: brightness(1) blur(0) }
}
/* https://twitter.com/i/status/1553175201357221893 */
{
0% { opacity: 0; clip-path: inset(5%); transform: scale(111.11%) }
100% { opacity: 1; clip-path: inset(0); transform: scale(1) }
}
/* https://twitter.com/i/status/1556357928176730113 */
{
0% {
mask: linear-gradient(90deg, #000 25%, #000000e6 50%, #00000000) 150% 0 / 400% no-repeat;
opacity: .2;
}
100% {
mask: linear-gradient(90deg, #000 25%, #000000e6 50%, #00000000) 0 / 400% no-repeat;
opacity: 1;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment