chore(rnd): Update animation direction for customnode.css to "ping-pong" (#7377)

bently/open-1368-websocket-support
Toran Bruce Richards 2024-07-11 16:09:02 +01:00 committed by GitHub
parent cd9d041fe5
commit f4f164ac15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -193,7 +193,7 @@
}
.running {
animation: runningAnimation 1s infinite;
animation: runningAnimation 0.5s infinite alternate;
}
/* Animation for completed status */
@ -203,7 +203,7 @@
}
.completed {
animation: completedAnimation 1s infinite;
animation: completedAnimation 0.5s infinite alternate;
}
/* Animation for failed status */
@ -213,7 +213,7 @@
}
.failed {
animation: failedAnimation 1s infinite;
animation: failedAnimation 0.5s infinite alternate;
}
/* Add more styles for better look */