Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 90e442c

Browse files
committed
fix(ui): temp fix for app becoming unresponsive due to infinite animation
1 parent f037f09 commit 90e442c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

demo-ng/app/app.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Label.mlkit-result {
112112
.swing {
113113
animation-name: swingAnimation;
114114
animation-duration: 6s;
115-
animation-iteration-count: infinite;
115+
animation-iteration-count: 10;
116116
animation-timing-function: cubic-bezier(0.42,0,1,1);
117117
}
118118

0 commit comments

Comments
 (0)