Ultraworked with Sisyphus Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
@@ -60,7 +60,9 @@ export default {
font-size: 24rpx;
color: var(--muted, #94A3B8);
}
+</style>
+<style>
@keyframes dot-bounce {
0%, 80%, 100% {
transform: scale(0.6);
@@ -79,6 +79,9 @@ export default {
animation-timing-function: ease-out;
animation-fill-mode: forwards;
+
@keyframes fall {
0% {
opacity: 1;
@@ -54,6 +54,9 @@ export default {
.feedback-leave {
animation: feedbackFadeOut 0.3s ease forwards;
@keyframes feedbackPopIn {
0% { transform: scale(0.3); opacity: 0; }
100% { transform: scale(1); opacity: 1; }
@@ -77,6 +77,9 @@ export default {
font-size: 32rpx;
color: rgba(255,255,255,0.9);
@keyframes particleFall {
0% { transform: translateY(-20rpx) rotate(0deg); opacity: 0.9; }
50% { opacity: 1; }