Skip to content

Commit 57497e9

Browse files
author
Kristan Kenney
committed
User interface refresh
1 parent 184a22a commit 57497e9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+826
-825
lines changed

web/css/animate.css

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3557,13 +3557,17 @@
35573557
}
35583558

35593559
.animated {
3560-
-webkit-animation-duration: 1s;
3561-
animation-duration: 1s;
3560+
-webkit-animation-duration: 0.3s;
3561+
animation-duration: 0.3s;
35623562
-webkit-animation-fill-mode: both;
35633563
animation-fill-mode: both;
35643564
}
35653565

3566-
.animated.infinite {
3566+
.animated.extended {
3567+
-webkit-animation-duration: 0.6s;
3568+
animation-duration: 0.6s;
3569+
}
3570+
.animated.long {
35673571
-webkit-animation-iteration-count: infinite;
35683572
animation-iteration-count: infinite;
35693573
}

0 commit comments

Comments
 (0)