Skip to content

Commit 09166a5

Browse files
author
Eugene
committed
add release notes
1 parent f5cef67 commit 09166a5

24 files changed

Lines changed: 325 additions & 65 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"react-responsive-carousel": "^3.2.22",
1616
"react-router-dom": "^6.2.1",
1717
"react-scripts": "4.0.3",
18+
"react-showdown": "^2.3.1",
1819
"react-slotify": "^0.1.7",
1920
"react-snow-particle": "^1.0.6",
2021
"typescript": "^4.4.4"
Lines changed: 6 additions & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

src/assets/scss/animations.scss

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,26 @@
1-
@keyframes lds-dual-ring {
1+
@keyframes lds-ellipsis1 {
22
0% {
3-
transform: rotate(0deg);
3+
transform: scale(0);
44
}
55
100% {
6-
transform: rotate(360deg);
6+
transform: scale(1);
7+
}
8+
}
9+
10+
@keyframes lds-ellipsis3 {
11+
0% {
12+
transform: scale(1);
13+
}
14+
100% {
15+
transform: scale(0);
16+
}
17+
}
18+
19+
@keyframes lds-ellipsis2 {
20+
0% {
21+
transform: translate(0, 0);
22+
}
23+
100% {
24+
transform: translate(24px, 0);
725
}
826
}

0 commit comments

Comments
 (0)