success & error animo not infinite now

This commit is contained in:
VividTruthKeeper 2022-04-19 11:42:27 +05:00
parent e617fcf1bf
commit 046499a45d
2 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@
&.error {
.wrapper {
animation: fade-in 2s infinite ease;
animation: fade-in 2s ease;
width: 9.6rem;
height: 9.6rem;
img {

View File

@ -28,7 +28,7 @@
stroke: $base-green;
stroke-dashoffset: 745.74853515625;
stroke-dasharray: 745.74853515625;
animation: dash 2s ease-out forwards infinite;
animation: dash 2s ease-out forwards;
}
@keyframes dash {