Merge pull request #457 from mesge/feature/yui-compressor-resilience

Replaced instances of step 100% with 'to' in order to preserve consistency
This commit is contained in:
Daniel Eden 2015-08-26 12:00:08 -07:00
commit a4a9fe8081
72 changed files with 226 additions and 226 deletions

300
animate.css vendored

File diff suppressed because it is too large Load Diff

2
animate.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
@keyframes bounce {
from, 20%, 53%, 80%, 100% {
from, 20%, 53%, 80%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transform: translate3d(0,0,0);
}

View File

@ -1,5 +1,5 @@
@keyframes flash {
from, 50%, 100% {
from, 50%, to {
opacity: 1;
}

View File

@ -1,5 +1,5 @@
@keyframes jello {
from, 11.1%, 100% {
from, 11.1%, to {
transform: none
}
22.2% {

View File

@ -9,7 +9,7 @@
transform: scale3d(1.05, 1.05, 1.05);
}
100% {
to {
transform: scale3d(1, 1, 1);
}
}

View File

@ -23,7 +23,7 @@
transform: scale3d(1.05, .95, 1);
}
100% {
to {
transform: scale3d(1, 1, 1);
}
}

View File

@ -1,5 +1,5 @@
@keyframes shake {
from, 100% {
from, to {
transform: translate3d(0, 0, 0);
}

View File

@ -15,7 +15,7 @@
transform: rotate3d(0, 0, 1, -5deg);
}
100% {
to {
transform: rotate3d(0, 0, 1, 0deg);
}
}

View File

@ -15,7 +15,7 @@
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
100% {
to {
transform: scale3d(1, 1, 1);
}
}

View File

@ -25,7 +25,7 @@
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
to {
transform: none;
}
}

View File

@ -1,5 +1,5 @@
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, 100% {
from, 20%, 40%, 60%, 80%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
@ -25,7 +25,7 @@
transform: scale3d(.97, .97, .97);
}
100% {
to {
opacity: 1;
transform: scale3d(1, 1, 1);
}

View File

@ -1,5 +1,5 @@
@keyframes bounceInDown {
from, 60%, 75%, 90%, 100% {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
@ -21,7 +21,7 @@
transform: translate3d(0, 5px, 0);
}
100% {
to {
transform: none;
}
}

View File

@ -1,5 +1,5 @@
@keyframes bounceInLeft {
from, 60%, 75%, 90%, 100% {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
@ -21,7 +21,7 @@
transform: translate3d(5px, 0, 0);
}
100% {
to {
transform: none;
}
}

View File

@ -1,5 +1,5 @@
@keyframes bounceInRight {
from, 60%, 75%, 90%, 100% {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
@ -21,7 +21,7 @@
transform: translate3d(-5px, 0, 0);
}
100% {
to {
transform: none;
}
}

View File

@ -1,5 +1,5 @@
@keyframes bounceInUp {
from, 60%, 75%, 90%, 100% {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
@ -21,7 +21,7 @@
transform: translate3d(0, -5px, 0);
}
100% {
to {
transform: translate3d(0, 0, 0);
}
}

View File

@ -8,7 +8,7 @@
transform: scale3d(1.1, 1.1, 1.1);
}
100% {
to {
opacity: 0;
transform: scale3d(.3, .3, .3);
}

View File

@ -8,7 +8,7 @@
transform: translate3d(0, -20px, 0);
}
100% {
to {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}

View File

@ -4,7 +4,7 @@
transform: translate3d(20px, 0, 0);
}
100% {
to {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}

View File

@ -4,7 +4,7 @@
transform: translate3d(-20px, 0, 0);
}
100% {
to {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}

View File

@ -8,7 +8,7 @@
transform: translate3d(0, 20px, 0);
}
100% {
to {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}

View File

@ -1,6 +1,6 @@
@keyframes fadeIn {
from {opacity: 0;}
100% {opacity: 1;}
to {opacity: 1;}
}
.fadeIn {

View File

@ -4,7 +4,7 @@
transform: translate3d(0, -100%, 0);
}
100% {
to {
opacity: 1;
transform: none;
}

View File

@ -4,7 +4,7 @@
transform: translate3d(0, -2000px, 0);
}
100% {
to {
opacity: 1;
transform: none;
}

View File

@ -4,7 +4,7 @@
transform: translate3d(-100%, 0, 0);
}
100% {
to {
opacity: 1;
transform: none;
}

View File

@ -4,7 +4,7 @@
transform: translate3d(-2000px, 0, 0);
}
100% {
to {
opacity: 1;
transform: none;
}

View File

@ -4,7 +4,7 @@
transform: translate3d(100%, 0, 0);
}
100% {
to {
opacity: 1;
transform: none;
}

View File

@ -4,7 +4,7 @@
transform: translate3d(2000px, 0, 0);
}
100% {
to {
opacity: 1;
transform: none;
}

View File

@ -4,7 +4,7 @@
transform: translate3d(0, 100%, 0);
}
100% {
to {
opacity: 1;
transform: none;
}

View File

@ -4,7 +4,7 @@
transform: translate3d(0, 2000px, 0);
}
100% {
to {
opacity: 1;
transform: none;
}

View File

@ -1,6 +1,6 @@
@keyframes fadeOut {
from {opacity: 1;}
100% {opacity: 0;}
to {opacity: 0;}
}
.fadeOut {

View File

@ -3,7 +3,7 @@
opacity: 1;
}
100% {
to {
opacity: 0;
transform: translate3d(0, 100%, 0);
}

View File

@ -3,7 +3,7 @@
opacity: 1;
}
100% {
to {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}

View File

@ -3,7 +3,7 @@
opacity: 1;
}
100% {
to {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}

View File

@ -3,7 +3,7 @@
opacity: 1;
}
100% {
to {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}

View File

@ -3,7 +3,7 @@
opacity: 1;
}
100% {
to {
opacity: 0;
transform: translate3d(100%, 0, 0);
}

View File

@ -3,7 +3,7 @@
opacity: 1;
}
100% {
to {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}

View File

@ -3,7 +3,7 @@
opacity: 1;
}
100% {
to {
opacity: 0;
transform: translate3d(0, -100%, 0);
}

View File

@ -3,7 +3,7 @@
opacity: 1;
}
100% {
to {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}

View File

@ -19,7 +19,7 @@
animation-timing-function: ease-in;
}
100% {
to {
transform: perspective(400px);
animation-timing-function: ease-in;
}

View File

@ -19,7 +19,7 @@
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
to {
transform: perspective(400px);
}
}

View File

@ -19,7 +19,7 @@
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
100% {
to {
transform: perspective(400px);
}
}

View File

@ -8,7 +8,7 @@
opacity: 1;
}
100% {
to {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}

View File

@ -8,7 +8,7 @@
opacity: 1;
}
100% {
to {
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}

View File

@ -14,7 +14,7 @@
opacity: 1;
}
100% {
to {
transform: none;
opacity: 1;
}

View File

@ -3,7 +3,7 @@
opacity: 1;
}
100% {
to {
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}

View File

@ -5,7 +5,7 @@
opacity: 0;
}
100% {
to {
transform-origin: center;
transform: none;
opacity: 1;

View File

@ -5,7 +5,7 @@
opacity: 0;
}
100% {
to {
transform-origin: left bottom;
transform: none;
opacity: 1;

View File

@ -5,7 +5,7 @@
opacity: 0;
}
100% {
to {
transform-origin: right bottom;
transform: none;
opacity: 1;

View File

@ -5,7 +5,7 @@
opacity: 0;
}
100% {
to {
transform-origin: left bottom;
transform: none;
opacity: 1;

View File

@ -5,7 +5,7 @@
opacity: 0;
}
100% {
to {
transform-origin: right bottom;
transform: none;
opacity: 1;

View File

@ -4,7 +4,7 @@
opacity: 1;
}
100% {
to {
transform-origin: center;
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;

View File

@ -4,7 +4,7 @@
opacity: 1;
}
100% {
to {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;

View File

@ -4,7 +4,7 @@
opacity: 1;
}
100% {
to {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;

View File

@ -4,7 +4,7 @@
opacity: 1;
}
100% {
to {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;

View File

@ -4,7 +4,7 @@
opacity: 1;
}
100% {
to {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;

View File

@ -4,7 +4,7 @@
visibility: visible;
}
100% {
to {
transform: translate3d(0, 0, 0);
}
}

View File

@ -4,7 +4,7 @@
visibility: visible;
}
100% {
to {
transform: translate3d(0, 0, 0);
}
}

View File

@ -4,7 +4,7 @@
visibility: visible;
}
100% {
to {
transform: translate3d(0, 0, 0);
}
}

View File

@ -4,7 +4,7 @@
visibility: visible;
}
100% {
to {
transform: translate3d(0, 0, 0);
}
}

View File

@ -3,7 +3,7 @@
transform: translate3d(0, 0, 0);
}
100% {
to {
visibility: hidden;
transform: translate3d(0, 100%, 0);
}

View File

@ -3,7 +3,7 @@
transform: translate3d(0, 0, 0);
}
100% {
to {
visibility: hidden;
transform: translate3d(-100%, 0, 0);
}

View File

@ -3,7 +3,7 @@
transform: translate3d(0, 0, 0);
}
100% {
to {
visibility: hidden;
transform: translate3d(100%, 0, 0);
}

View File

@ -3,7 +3,7 @@
transform: translate3d(0, 0, 0);
}
100% {
to {
visibility: hidden;
transform: translate3d(0, -100%, 0);
}

View File

@ -17,7 +17,7 @@
opacity: 1;
}
100% {
to {
transform: translate3d(0, 700px, 0);
opacity: 0;
}

View File

@ -6,7 +6,7 @@
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
to {
opacity: 1;
transform: none;
}

View File

@ -5,7 +5,7 @@
opacity: 1;
}
100% {
to {
opacity: 0;
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}

View File

@ -8,7 +8,7 @@
transform: scale3d(.3, .3, .3);
}
100% {
to {
opacity: 0;
}
}

View File

@ -5,7 +5,7 @@
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
to {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform-origin: center bottom;

View File

@ -4,7 +4,7 @@
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
100% {
to {
opacity: 0;
transform: scale(.1) translate3d(-2000px, 0, 0);
transform-origin: left center;

View File

@ -4,7 +4,7 @@
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
100% {
to {
opacity: 0;
transform: scale(.1) translate3d(2000px, 0, 0);
transform-origin: right center;

View File

@ -5,7 +5,7 @@
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
to {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform-origin: center bottom;