Skip to content

Commit fb4313a

Browse files
andreamaioloeltonmesquita
authored andcommitted
Move css properties to appropriate location (#761)
1 parent 8dce1e0 commit fb4313a

6 files changed

Lines changed: 5 additions & 11 deletions

File tree

source/_base.css

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,3 @@
66
.animated.infinite {
77
animation-iteration-count: infinite;
88
}
9-
10-
.animated.hinge {
11-
animation-duration: 2s;
12-
}
13-
14-
.animated.flipOutX,
15-
.animated.flipOutY,
16-
.animated.bounceIn,
17-
.animated.bounceOut {
18-
animation-duration: .75s;
19-
}

source/bouncing_entrances/bounceIn.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@
3232
}
3333

3434
.bounceIn {
35+
animation-duration: .75s;
3536
animation-name: bounceIn;
3637
}

source/bouncing_exits/bounceOut.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@
1515
}
1616

1717
.bounceOut {
18+
animation-duration: .75s;
1819
animation-name: bounceOut;
1920
}

source/flippers/flipOutX.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
}
1616

1717
.flipOutX {
18+
animation-duration: .75s;
1819
animation-name: flipOutX;
1920
backface-visibility: visible !important;
2021
}

source/flippers/flipOutY.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
}
1616

1717
.flipOutY {
18+
animation-duration: .75s;
1819
backface-visibility: visible !important;
1920
animation-name: flipOutY;
2021
}

source/specials/hinge.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@
2424
}
2525

2626
.hinge {
27+
animation-duration: 2s;
2728
animation-name: hinge;
2829
}

0 commit comments

Comments
 (0)