File tree Expand file tree Collapse file tree 1 file changed +2
-31
lines changed
Expand file tree Collapse file tree 1 file changed +2
-31
lines changed Original file line number Diff line number Diff line change 134134.name-gradient {
135135 -webkit-text-fill-color : transparent;
136136 -webkit-background-clip : text;
137- -webkit-animation : textShine 3s ease-in-out infinite alternate;
138- animation : textShine 3s ease-in-out infinite alternate;
137+ -webkit-animation : _ngcontent-ng-c1466259159_textShine 3s ease-in-out infinite alternate;
138+ animation : _ngcontent-ng-c1466259159_textShine 3s ease-in-out infinite alternate;
139139 background : -webkit-radial-gradient (circle, # 7182ff 0 , # 3cff52 100% );
140140 background : radial-gradient (circle, # 7182ff 0 , # 3cff52 100% );
141141 background-clip : text;
142142 background-size : 200% ;
143- }
144-
145- @-webkit-keyframes textShine {
146- 0% {
147- background-position : 0 50% ;
148- }
149- 15% {
150- background-position : 0 50% ;
151- }
152- 85% {
153- background-position : 100% 100% ;
154- }
155- to {
156- background-position : 100% 100% ;
157- }
158- }
159- @keyframes textShine {
160- 0% {
161- background-position : 0 50% ;
162- }
163- 15% {
164- background-position : 0 50% ;
165- }
166- 85% {
167- background-position : 100% 100% ;
168- }
169- to {
170- background-position : 100% 100% ;
171- }
172143}
You can’t perform that action at this time.
0 commit comments