Skip to content

Commit

Permalink
doh
Browse files Browse the repository at this point in the history
  • Loading branch information
samdutton committed Apr 7, 2020
1 parent bfba4e1 commit e14cabb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions videoalpha/css/main.css
Expand Up @@ -82,15 +82,15 @@ video#video2 {
z-index: 1;
}

.rotateOut {
-moz-animation-name: rotateOut;
-ms-animation-name: rotateOut;
-o-animation-name: rotateOut;
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
.rotate-out {
-moz-animation-name: rotate-out;
-ms-animation-name: rotate-out;
-o-animation-name: rotate-out;
-webkit-animation-name: rotate-out;
animation-name: rotate-out;
}

@-webkit-keyframes rotateOut {
@-webkit-keyframes rotate-out {
0% {
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
Expand Down Expand Up @@ -120,7 +120,7 @@ video#video2 {
}
}

@keyframes rotateOut {
@keyframes rotate-out {
0% {
animation-timing-function: ease-in;
opacity: 1;
Expand Down

0 comments on commit e14cabb

Please sign in to comment.