Skip to content

Commit bf5a947

Browse files
committed
Add example html and css files over from notion
1 parent 8934539 commit bf5a947

13 files changed

+16266
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
.nds-shimmer-text {
2+
-webkit-text-fill-color: #0000;
3+
animation: nds-shimmer-text 1.5s linear infinite;
4+
background-clip: text;
5+
-webkit-background-clip: text;
6+
background-repeat: repeat;
7+
background-size: 200% 100%;
8+
user-select: none;
9+
}
10+
@keyframes nds-shimmer-text {
11+
0% {
12+
background-position: 200% 50%;
13+
}
14+
to {
15+
background-position: 0 50%;
16+
}
17+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
.nds-shimmer-text {
2+
-webkit-text-fill-color: #0000;
3+
animation: nds-shimmer-text 1.5s linear infinite;
4+
background-clip: text;
5+
-webkit-background-clip: text;
6+
background-repeat: repeat;
7+
background-size: 200% 100%;
8+
user-select: none;
9+
}
10+
@keyframes nds-shimmer-text {
11+
0% {
12+
background-position: 200% 50%;
13+
}
14+
to {
15+
background-position: 0 50%;
16+
}
17+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
.nds-shimmer-text {
2+
-webkit-text-fill-color: #0000;
3+
animation: nds-shimmer-text 1.5s linear infinite;
4+
background-clip: text;
5+
-webkit-background-clip: text;
6+
background-repeat: repeat;
7+
background-size: 200% 100%;
8+
user-select: none;
9+
}
10+
@keyframes nds-shimmer-text {
11+
0% {
12+
background-position: 200% 50%;
13+
}
14+
to {
15+
background-position: 0 50%;
16+
}
17+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
.nds-shimmer-text {
2+
-webkit-text-fill-color: #0000;
3+
animation: nds-shimmer-text 1.5s linear infinite;
4+
background-clip: text;
5+
-webkit-background-clip: text;
6+
background-repeat: repeat;
7+
background-size: 200% 100%;
8+
user-select: none;
9+
}
10+
@keyframes nds-shimmer-text {
11+
0% {
12+
background-position: 200% 50%;
13+
}
14+
to {
15+
background-position: 0 50%;
16+
}
17+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
.nds-shimmer-text {
2+
-webkit-text-fill-color: #0000;
3+
animation: nds-shimmer-text 1.5s linear infinite;
4+
background-clip: text;
5+
-webkit-background-clip: text;
6+
background-repeat: repeat;
7+
background-size: 200% 100%;
8+
user-select: none;
9+
}
10+
@keyframes nds-shimmer-text {
11+
0% {
12+
background-position: 200% 50%;
13+
}
14+
to {
15+
background-position: 0 50%;
16+
}
17+
}

0 commit comments

Comments
 (0)