Skip to content

Commit bce5abc

Browse files
fix: flip animations
1 parent b9a5f07 commit bce5abc

File tree

8 files changed

+1
-8
lines changed

8 files changed

+1
-8
lines changed

example/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<div class="a-perspective" style="margin: 10rem; width: 213px">
1919
<!-- For 3d we need a div on top of the target element -->
2020
<!-- please remember to document that -->
21-
<div style="width: 213px" class="a-scale-bounce">
21+
<div style="width: 213px" class="a-flip-top">
2222
<img src="../all-animation.png" id="element" />
2323
</div>
2424
</div>

scss/modules/flash-bang/flash-bang.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@
1212
}
1313
}
1414

15-
@include show();
1615
@include animate(flashBang $flash-bang-timing linear 1);
1716
}

scss/modules/flip-bottom/flip-bottom.scss

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

18-
@include show();
1918
@include animate(flipBottom $flip-timing ease-out 1);
2019
}

scss/modules/flip-left-bounce/flip-left-bounce.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@
1919
}
2020
}
2121

22-
@include show();
2322
@include animate(flipLeftBounce $perspective-bounce-timing ease-in-out 1);
2423
}

scss/modules/flip-left/flip-left.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@
1111
}
1212
}
1313

14-
@include show();
1514
@include animate(flipLeft $flip-timing ease-out 1);
1615
}

scss/modules/flip-right-bounce/flip-right-bounce.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@
1919
}
2020
}
2121

22-
@include show();
2322
@include animate(flipRightBounce $perspective-bounce-timing ease-in-out 1);
2423
}

scss/modules/flip-right/flip-right.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@
1111
}
1212
}
1313

14-
@include show();
1514
@include animate(flipRight $flip-timing ease-out 1);
1615
}

scss/modules/flip-top/flip-top.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@
1111
}
1212
}
1313

14-
@include show();
1514
@include animate(flipTop $flip-timing ease-out 1);
1615
}

0 commit comments

Comments
 (0)