Skip to content
Permalink
Browse files
Back exists → Back exits (#1054)
  • Loading branch information
nonoesp committed May 8, 2020
1 parent 882ce84 commit 13af9f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
@@ -1034,7 +1034,7 @@
-webkit-animation-name: backInUp;
animation-name: backInUp;
}
/* Back exists */
/* Back exits */
@-webkit-keyframes backOutDown {
0% {
-webkit-transform: scale(1);
@@ -158,7 +158,7 @@ <h3 class="animation-title">Back entrances</h3>


<section class="back_exists" id="back_exists">
<h3 class="animation-title">Back exists</h3>
<h3 class="animation-title">Back exits</h3>
<ul class="animation-group">
<li class="animation-item" data-animation="backOutDown">
<span class="animation-item--title">backOutDown</span>
@@ -21,7 +21,7 @@
@import 'back_entrances/backInRight.css';
@import 'back_entrances/backInUp.css';

/* Back exists */
/* Back exits */
@import 'back_exits/backOutDown.css';
@import 'back_exits/backOutLeft.css';
@import 'back_exits/backOutRight.css';

0 comments on commit 13af9f6

Please sign in to comment.