File tree Expand file tree Collapse file tree 2 files changed +2
-32
lines changed Expand file tree Collapse file tree 2 files changed +2
-32
lines changed Original file line number Diff line number Diff line change 280
280
border-radius : 100 % ;
281
281
background-color : var (--clr-illustration-outline );
282
282
opacity : 0.08 ;
283
- animation : shadow-scale 5.5 s infinite ease-in-out;
284
283
animation-delay : 3 s ;
285
284
}
286
285
}
291
290
left : 50 % ;
292
291
transform : translate (-50 % , -70 % ) translateZ (0 );
293
292
width : 212 px ;
294
- animation : hovering 5.5 s infinite ease-in-out;
295
- animation-delay : 3 s ;
296
- }
297
-
298
- @keyframes hovering {
299
- 0 % {
300
- transform : translate (-50 % , -70 % ) translateZ (0 );
301
- }
302
- 50 % {
303
- transform : translate (-50 % , -65 % ) translateZ (0 );
304
- }
305
- 100 % {
306
- transform : translate (-50 % , -70 % ) translateZ (0 );
307
- }
308
- }
309
-
310
- @keyframes shadow-scale {
311
- 0 % {
312
- opacity : 0.08 ;
313
- transform : translateX (-50 % ) scale (1.15 );
314
- }
315
- 50 % {
316
- opacity : 0.12 ;
317
- transform : translateX (-50 % ) scale (1 );
318
- }
319
- 100 % {
320
- opacity : 0.08 ;
321
- transform : translateX (-50 % ) scale (1.15 );
322
- }
323
293
}
324
294
325
295
.empty-board__about {
Original file line number Diff line number Diff line change 311
311
margin-bottom : 4px ;
312
312
}
313
313
.header_target-branch-animation {
314
- animation : setTargetAnimation 0.25 s ease-in-out forwards ;
314
+ animation : setTargetAnimation 0.3 s ease-in-out forwards ;
315
315
}
316
316
@keyframes setTargetAnimation {
317
317
0% {
318
318
}
319
319
40% {
320
- transform : scale (1.015 ) rotate (0.5 deg );
320
+ transform : scale (1.017 ) rotate (1 deg );
321
321
}
322
322
50% {
323
323
border-color : var (--clr-theme-pop-element );
You can’t perform that action at this time.
0 commit comments