Skip to content

Commit d549261

Browse files
committed
Updated glow animation
1 parent 54e759c commit d549261

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/_animations.scss

+6
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,9 @@
7777
text-shadow: 2px 0 2px lighten($output-text-shadow, 50%);
7878
}
7979
}
80+
81+
@keyframes glow {
82+
50% {
83+
transform: scale(1.2);
84+
}
85+
}

src/_crt.scss

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
opacity: 0.5;
9999
background: radial-gradient(ellipse at center, rgba($gradient-inner, 1) 0%, rgba($gradient-inner, 0) 100%);
100100
pointer-events: none;
101+
animation: glow 2s linear infinite;
101102
}
102103
}
103104

0 commit comments

Comments
 (0)