Skip to content

Commit 6a3913c

Browse files
committed
chore(Skeleton): remove animation-delay
1 parent 3284332 commit 6a3913c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/skeleton/skeleton.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@
8080
@skeleton-animation-gradient,
8181
rgba(255, 255, 255, 0%)
8282
);
83-
animation: t-skeleton--gradient 1.5s linear 2s infinite;
83+
animation: t-skeleton--gradient 1.5s linear 0s infinite;
8484
}
8585
}
8686

8787
&-flashed {
88-
animation: t-skeleton--flashed 2s linear 2s infinite;
88+
animation: t-skeleton--flashed 2s linear 0s infinite;
8989
}
9090
}
9191

0 commit comments

Comments
 (0)