Skip to content

Commit

Permalink
Updated glow animation
Browse files Browse the repository at this point in the history
  • Loading branch information
andersevenrud committed Aug 11, 2018
1 parent 54e759c commit d549261
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/_animations.scss
Expand Up @@ -77,3 +77,9 @@
text-shadow: 2px 0 2px lighten($output-text-shadow, 50%);
}
}

@keyframes glow {
50% {
transform: scale(1.2);
}
}
1 change: 1 addition & 0 deletions src/_crt.scss
Expand Up @@ -98,6 +98,7 @@
opacity: 0.5;
background: radial-gradient(ellipse at center, rgba($gradient-inner, 1) 0%, rgba($gradient-inner, 0) 100%);
pointer-events: none;
animation: glow 2s linear infinite;
}
}

Expand Down

0 comments on commit d549261

Please sign in to comment.