Skip to content

Commit a681cd1

Browse files
committed
scripts: variables: Decrease animation sleep
Signed-off-by: NotZeetaa <rodrigo2005contente@gmail.com>
1 parent a7a9673 commit a681cd1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/variables

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ space() {
4646
}
4747

4848
animation_title() {
49-
sleep 0.2
49+
sleep 0.1
5050
}
5151

5252
animation() {
53-
sleep 0.1
53+
sleep 0.05
5454
}
5555

5656
main() {

0 commit comments

Comments
 (0)