File tree Expand file tree Collapse file tree 1 file changed +14
-5
lines changed
extensions/github-authentication/media Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -61,24 +61,33 @@ a:hover, a:focus {
61
61
@keyframes rise-and-glow {
62
62
0% {
63
63
opacity : 0 ;
64
- transform : translateY (10 px );
64
+ transform : translateY (15 px ) scale ( 0.95 );
65
65
filter : drop-shadow (0 0 0 rgba (0 , 122 , 204 , 0 ));
66
66
}
67
- 60% {
67
+
68
+ 50% {
69
+ opacity : 0.8 ;
70
+ transform : translateY (-2px ) scale (1.02 );
71
+ filter : drop-shadow (0 4px 12px rgba (0 , 122 , 204 , 0.15 ));
72
+ }
73
+
74
+ 70% {
68
75
opacity : 1 ;
69
- transform : translateY (0 );
76
+ transform : translateY (1px ) scale (0.99 );
77
+ filter : drop-shadow (0 6px 18px rgba (0 , 122 , 204 , 0.25 ));
70
78
}
79
+
71
80
100% {
72
81
opacity : 1 ;
73
- transform : translateY (0 );
82
+ transform : translateY (0 ) scale ( 1 ) ;
74
83
filter : drop-shadow (0 8px 24px rgba (0 , 122 , 204 , 0.3 ));
75
84
}
76
85
}
77
86
78
87
.vscode-icon {
79
88
width : 128px ;
80
89
height : 128px ;
81
- animation : rise-and-glow 1.2 s ease-in-out forwards;
90
+ animation : rise-and-glow 1.8 s cubic-bezier ( 0.25 , 0.46 , 0.45 , 0.94 ) forwards;
82
91
}
83
92
84
93
.title {
You can’t perform that action at this time.
0 commit comments