mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
chore(rnd): Update animation direction for customnode.css to "ping-pong" (#7377)
This commit is contained in:
committed by
GitHub
parent
cd9d041fe5
commit
f4f164ac15
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user