Back exists → Back exits (#1054)

This commit is contained in:
Nono Martínez Alonso 2020-05-08 10:24:09 +02:00 committed by GitHub
parent 882ce84d40
commit 13af9f6ee4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

2
animate.css vendored
View File

@ -1034,7 +1034,7 @@
-webkit-animation-name: backInUp;
animation-name: backInUp;
}
/* Back exists */
/* Back exits */
@-webkit-keyframes backOutDown {
0% {
-webkit-transform: scale(1);

View File

@ -158,7 +158,7 @@
<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>

2
source/animate.css vendored
View File

@ -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';