123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773 |
- /*!
- * # Semantic UI 2.5.0 - Transition
- * http://github.com/semantic-org/semantic-ui/
- *
- *
- * Released under the MIT license
- * http://opensource.org/licenses/MIT
- *
- */
- /*******************************
- Transitions
- *******************************/
- .transition {
- -webkit-animation-iteration-count: 1;
- animation-iteration-count: 1;
- -webkit-animation-duration: 300ms;
- animation-duration: 300ms;
- -webkit-animation-timing-function: ease;
- animation-timing-function: ease;
- -webkit-animation-fill-mode: both;
- animation-fill-mode: both;
- }
- /*******************************
- States
- *******************************/
- /* Animating */
- .animating.transition {
- -webkit-backface-visibility: hidden;
- backface-visibility: hidden;
- visibility: visible !important;
- }
- /* Loading */
- .loading.transition {
- position: absolute;
- top: -99999px;
- left: -99999px;
- }
- /* Hidden */
- .hidden.transition {
- display: none;
- visibility: hidden;
- }
- /* Visible */
- .visible.transition {
- display: block !important;
- visibility: visible !important;
-
- /* backface-visibility: @backfaceVisibility;
- transform: @use3DAcceleration;*/
- }
- /* Disabled */
- .disabled.transition {
- -webkit-animation-play-state: paused;
- animation-play-state: paused;
- }
- /*******************************
- Variations
- *******************************/
- .looping.transition {
- -webkit-animation-iteration-count: infinite;
- animation-iteration-count: infinite;
- }
- /*******************************
- Transitions
- *******************************/
- /*
- Some transitions adapted from Animate CSS
- https://github.com/daneden/animate.css
- Additional transitions adapted from Glide
- by Nick Pettit - https://github.com/nickpettit/glide
- */
- /*--------------
- Browse
- ---------------*/
- .transition.browse {
- -webkit-animation-duration: 500ms;
- animation-duration: 500ms;
- }
- .transition.browse.in {
- -webkit-animation-name: browseIn;
- animation-name: browseIn;
- }
- .transition.browse.out,
- .transition.browse.left.out {
- -webkit-animation-name: browseOutLeft;
- animation-name: browseOutLeft;
- }
- .transition.browse.right.out {
- -webkit-animation-name: browseOutRight;
- animation-name: browseOutRight;
- }
- /* In */
- @-webkit-keyframes browseIn {
- 0% {
- transform: scale(0.8) translateZ(0px);
- z-index: -1;
- }
- 10% {
- transform: scale(0.8) translateZ(0px);
- z-index: -1;
- opacity: 0.7;
- }
- 80% {
- transform: scale(1.05) translateZ(0px);
- opacity: 1;
- z-index: 999;
- }
- 100% {
- transform: scale(1) translateZ(0px);
- z-index: 999;
- }
- }
- @keyframes browseIn {
- 0% {
- transform: scale(0.8) translateZ(0px);
- z-index: -1;
- }
- 10% {
- transform: scale(0.8) translateZ(0px);
- z-index: -1;
- opacity: 0.7;
- }
- 80% {
- transform: scale(1.05) translateZ(0px);
- opacity: 1;
- z-index: 999;
- }
- 100% {
- transform: scale(1) translateZ(0px);
- z-index: 999;
- }
- }
- /* Out */
- @-webkit-keyframes browseOutLeft {
- 0% {
- z-index: 999;
- transform: translateX(0%) rotateY(0deg) rotateX(0deg);
- }
- 50% {
- z-index: -1;
- transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
- }
- 80% {
- opacity: 1;
- }
- 100% {
- z-index: -1;
- transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
- opacity: 0;
- }
- }
- @keyframes browseOutLeft {
- 0% {
- z-index: 999;
- transform: translateX(0%) rotateY(0deg) rotateX(0deg);
- }
- 50% {
- z-index: -1;
- transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
- }
- 80% {
- opacity: 1;
- }
- 100% {
- z-index: -1;
- transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
- opacity: 0;
- }
- }
- @-webkit-keyframes browseOutRight {
- 0% {
- z-index: 999;
- transform: translateX(0%) rotateY(0deg) rotateX(0deg);
- }
- 50% {
- z-index: 1;
- transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
- }
- 80% {
- opacity: 1;
- }
- 100% {
- z-index: 1;
- transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
- opacity: 0;
- }
- }
- @keyframes browseOutRight {
- 0% {
- z-index: 999;
- transform: translateX(0%) rotateY(0deg) rotateX(0deg);
- }
- 50% {
- z-index: 1;
- transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
- }
- 80% {
- opacity: 1;
- }
- 100% {
- z-index: 1;
- transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
- opacity: 0;
- }
- }
- /*--------------
- Drop
- ---------------*/
- .drop.transition {
- transform-origin: top center;
- -webkit-animation-duration: 400ms;
- animation-duration: 400ms;
- -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
- animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
- }
- .drop.transition.in {
- -webkit-animation-name: dropIn;
- animation-name: dropIn;
- }
- .drop.transition.out {
- -webkit-animation-name: dropOut;
- animation-name: dropOut;
- }
- /* Drop */
- @-webkit-keyframes dropIn {
- 0% {
- opacity: 0;
- transform: scale(0);
- }
- 100% {
- opacity: 1;
- transform: scale(1);
- }
- }
- @keyframes dropIn {
- 0% {
- opacity: 0;
- transform: scale(0);
- }
- 100% {
- opacity: 1;
- transform: scale(1);
- }
- }
- @-webkit-keyframes dropOut {
- 0% {
- opacity: 1;
- transform: scale(1);
- }
- 100% {
- opacity: 0;
- transform: scale(0);
- }
- }
- @keyframes dropOut {
- 0% {
- opacity: 1;
- transform: scale(1);
- }
- 100% {
- opacity: 0;
- transform: scale(0);
- }
- }
- /*--------------
- Fade
- ---------------*/
- .transition.fade.in {
- -webkit-animation-name: fadeIn;
- animation-name: fadeIn;
- }
- .transition[class*="fade up"].in {
- -webkit-animation-name: fadeInUp;
- animation-name: fadeInUp;
- }
- .transition[class*="fade down"].in {
- -webkit-animation-name: fadeInDown;
- animation-name: fadeInDown;
- }
- .transition[class*="fade left"].in {
- -webkit-animation-name: fadeInLeft;
- animation-name: fadeInLeft;
- }
- .transition[class*="fade right"].in {
- -webkit-animation-name: fadeInRight;
- animation-name: fadeInRight;
- }
- .transition.fade.out {
- -webkit-animation-name: fadeOut;
- animation-name: fadeOut;
- }
- .transition[class*="fade up"].out {
- -webkit-animation-name: fadeOutUp;
- animation-name: fadeOutUp;
- }
- .transition[class*="fade down"].out {
- -webkit-animation-name: fadeOutDown;
- animation-name: fadeOutDown;
- }
- .transition[class*="fade left"].out {
- -webkit-animation-name: fadeOutLeft;
- animation-name: fadeOutLeft;
- }
- .transition[class*="fade right"].out {
- -webkit-animation-name: fadeOutRight;
- animation-name: fadeOutRight;
- }
- /* In */
- @-webkit-keyframes fadeIn {
- 0% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
- }
- @keyframes fadeIn {
- 0% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
- }
- @-webkit-keyframes fadeInUp {
- 0% {
- opacity: 0;
- transform: translateY(10%);
- }
- 100% {
- opacity: 1;
- transform: translateY(0%);
- }
- }
- @keyframes fadeInUp {
- 0% {
- opacity: 0;
- transform: translateY(10%);
- }
- 100% {
- opacity: 1;
- transform: translateY(0%);
- }
- }
- @-webkit-keyframes fadeInDown {
- 0% {
- opacity: 0;
- transform: translateY(-10%);
- }
- 100% {
- opacity: 1;
- transform: translateY(0%);
- }
- }
- @keyframes fadeInDown {
- 0% {
- opacity: 0;
- transform: translateY(-10%);
- }
- 100% {
- opacity: 1;
- transform: translateY(0%);
- }
- }
- @-webkit-keyframes fadeInLeft {
- 0% {
- opacity: 0;
- transform: translateX(10%);
- }
- 100% {
- opacity: 1;
- transform: translateX(0%);
- }
- }
- @keyframes fadeInLeft {
- 0% {
- opacity: 0;
- transform: translateX(10%);
- }
- 100% {
- opacity: 1;
- transform: translateX(0%);
- }
- }
- @-webkit-keyframes fadeInRight {
- 0% {
- opacity: 0;
- transform: translateX(-10%);
- }
- 100% {
- opacity: 1;
- transform: translateX(0%);
- }
- }
- @keyframes fadeInRight {
- 0% {
- opacity: 0;
- transform: translateX(-10%);
- }
- 100% {
- opacity: 1;
- transform: translateX(0%);
- }
- }
- /* Out */
- @-webkit-keyframes fadeOut {
- 0% {
- opacity: 1;
- }
- 100% {
- opacity: 0;
- }
- }
- @keyframes fadeOut {
- 0% {
- opacity: 1;
- }
- 100% {
- opacity: 0;
- }
- }
- @-webkit-keyframes fadeOutUp {
- 0% {
- opacity: 1;
- transform: translateY(0%);
- }
- 100% {
- opacity: 0;
- transform: translateY(5%);
- }
- }
- @keyframes fadeOutUp {
- 0% {
- opacity: 1;
- transform: translateY(0%);
- }
- 100% {
- opacity: 0;
- transform: translateY(5%);
- }
- }
- @-webkit-keyframes fadeOutDown {
- 0% {
- opacity: 1;
- transform: translateY(0%);
- }
- 100% {
- opacity: 0;
- transform: translateY(-5%);
- }
- }
- @keyframes fadeOutDown {
- 0% {
- opacity: 1;
- transform: translateY(0%);
- }
- 100% {
- opacity: 0;
- transform: translateY(-5%);
- }
- }
- @-webkit-keyframes fadeOutLeft {
- 0% {
- opacity: 1;
- transform: translateX(0%);
- }
- 100% {
- opacity: 0;
- transform: translateX(5%);
- }
- }
- @keyframes fadeOutLeft {
- 0% {
- opacity: 1;
- transform: translateX(0%);
- }
- 100% {
- opacity: 0;
- transform: translateX(5%);
- }
- }
- @-webkit-keyframes fadeOutRight {
- 0% {
- opacity: 1;
- transform: translateX(0%);
- }
- 100% {
- opacity: 0;
- transform: translateX(-5%);
- }
- }
- @keyframes fadeOutRight {
- 0% {
- opacity: 1;
- transform: translateX(0%);
- }
- 100% {
- opacity: 0;
- transform: translateX(-5%);
- }
- }
- /*--------------
- Flips
- ---------------*/
- .flip.transition.in,
- .flip.transition.out {
- -webkit-animation-duration: 600ms;
- animation-duration: 600ms;
- }
- .horizontal.flip.transition.in {
- -webkit-animation-name: horizontalFlipIn;
- animation-name: horizontalFlipIn;
- }
- .horizontal.flip.transition.out {
- -webkit-animation-name: horizontalFlipOut;
- animation-name: horizontalFlipOut;
- }
- .vertical.flip.transition.in {
- -webkit-animation-name: verticalFlipIn;
- animation-name: verticalFlipIn;
- }
- .vertical.flip.transition.out {
- -webkit-animation-name: verticalFlipOut;
- animation-name: verticalFlipOut;
- }
- /* In */
- @-webkit-keyframes horizontalFlipIn {
- 0% {
- transform: perspective(2000px) rotateY(-90deg);
- opacity: 0;
- }
- 100% {
- transform: perspective(2000px) rotateY(0deg);
- opacity: 1;
- }
- }
- @keyframes horizontalFlipIn {
- 0% {
- transform: perspective(2000px) rotateY(-90deg);
- opacity: 0;
- }
- 100% {
- transform: perspective(2000px) rotateY(0deg);
- opacity: 1;
- }
- }
- @-webkit-keyframes verticalFlipIn {
- 0% {
- transform: perspective(2000px) rotateX(-90deg);
- opacity: 0;
- }
- 100% {
- transform: perspective(2000px) rotateX(0deg);
- opacity: 1;
- }
- }
- @keyframes verticalFlipIn {
- 0% {
- transform: perspective(2000px) rotateX(-90deg);
- opacity: 0;
- }
- 100% {
- transform: perspective(2000px) rotateX(0deg);
- opacity: 1;
- }
- }
- /* Out */
- @-webkit-keyframes horizontalFlipOut {
- 0% {
- transform: perspective(2000px) rotateY(0deg);
- opacity: 1;
- }
- 100% {
- transform: perspective(2000px) rotateY(90deg);
- opacity: 0;
- }
- }
- @keyframes horizontalFlipOut {
- 0% {
- transform: perspective(2000px) rotateY(0deg);
- opacity: 1;
- }
- 100% {
- transform: perspective(2000px) rotateY(90deg);
- opacity: 0;
- }
- }
- @-webkit-keyframes verticalFlipOut {
- 0% {
- transform: perspective(2000px) rotateX(0deg);
- opacity: 1;
- }
- 100% {
- transform: perspective(2000px) rotateX(-90deg);
- opacity: 0;
- }
- }
- @keyframes verticalFlipOut {
- 0% {
- transform: perspective(2000px) rotateX(0deg);
- opacity: 1;
- }
- 100% {
- transform: perspective(2000px) rotateX(-90deg);
- opacity: 0;
- }
- }
- /*--------------
- Scale
- ---------------*/
- .scale.transition.in {
- -webkit-animation-name: scaleIn;
- animation-name: scaleIn;
- }
- .scale.transition.out {
- -webkit-animation-name: scaleOut;
- animation-name: scaleOut;
- }
- @-webkit-keyframes scaleIn {
- 0% {
- opacity: 0;
- transform: scale(0.8);
- }
- 100% {
- opacity: 1;
- transform: scale(1);
- }
- }
- @keyframes scaleIn {
- 0% {
- opacity: 0;
- transform: scale(0.8);
- }
- 100% {
- opacity: 1;
- transform: scale(1);
- }
- }
- /* Out */
- @-webkit-keyframes scaleOut {
- 0% {
- opacity: 1;
- transform: scale(1);
- }
- 100% {
- opacity: 0;
- transform: scale(0.9);
- }
- }
- @keyframes scaleOut {
- 0% {
- opacity: 1;
- transform: scale(1);
- }
- 100% {
- opacity: 0;
- transform: scale(0.9);
- }
- }
- /*--------------
- Fly
- ---------------*/
- /* Inward */
- .transition.fly {
- -webkit-animation-duration: 0.6s;
- animation-duration: 0.6s;
- transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
- }
- .transition.fly.in {
- -webkit-animation-name: flyIn;
- animation-name: flyIn;
- }
- .transition[class*="fly up"].in {
- -webkit-animation-name: flyInUp;
- animation-name: flyInUp;
- }
- .transition[class*="fly down"].in {
- -webkit-animation-name: flyInDown;
- animation-name: flyInDown;
- }
- .transition[class*="fly left"].in {
- -webkit-animation-name: flyInLeft;
- animation-name: flyInLeft;
- }
- .transition[class*="fly right"].in {
- -webkit-animation-name: flyInRight;
- animation-name: flyInRight;
- }
- /* Outward */
- .transition.fly.out {
- -webkit-animation-name: flyOut;
- animation-name: flyOut;
- }
- .transition[class*="fly up"].out {
- -webkit-animation-name: flyOutUp;
- animation-name: flyOutUp;
- }
- .transition[class*="fly down"].out {
- -webkit-animation-name: flyOutDown;
- animation-name: flyOutDown;
- }
- .transition[class*="fly left"].out {
- -webkit-animation-name: flyOutLeft;
- animation-name: flyOutLeft;
- }
- .transition[class*="fly right"].out {
- -webkit-animation-name: flyOutRight;
- animation-name: flyOutRight;
- }
- /* In */
- @-webkit-keyframes flyIn {
- 0% {
- opacity: 0;
- transform: scale3d(0.3, 0.3, 0.3);
- }
- 20% {
- transform: scale3d(1.1, 1.1, 1.1);
- }
- 40% {
- transform: scale3d(0.9, 0.9, 0.9);
- }
- 60% {
- opacity: 1;
- transform: scale3d(1.03, 1.03, 1.03);
- }
- 80% {
- transform: scale3d(0.97, 0.97, 0.97);
- }
- 100% {
- opacity: 1;
- transform: scale3d(1, 1, 1);
- }
- }
- @keyframes flyIn {
- 0% {
- opacity: 0;
- transform: scale3d(0.3, 0.3, 0.3);
- }
- 20% {
- transform: scale3d(1.1, 1.1, 1.1);
- }
- 40% {
- transform: scale3d(0.9, 0.9, 0.9);
- }
- 60% {
- opacity: 1;
- transform: scale3d(1.03, 1.03, 1.03);
- }
- 80% {
- transform: scale3d(0.97, 0.97, 0.97);
- }
- 100% {
- opacity: 1;
- transform: scale3d(1, 1, 1);
- }
- }
- @-webkit-keyframes flyInUp {
- 0% {
- opacity: 0;
- transform: translate3d(0, 1500px, 0);
- }
- 60% {
- opacity: 1;
- transform: translate3d(0, -20px, 0);
- }
- 75% {
- transform: translate3d(0, 10px, 0);
- }
- 90% {
- transform: translate3d(0, -5px, 0);
- }
- 100% {
- transform: translate3d(0, 0, 0);
- }
- }
- @keyframes flyInUp {
- 0% {
- opacity: 0;
- transform: translate3d(0, 1500px, 0);
- }
- 60% {
- opacity: 1;
- transform: translate3d(0, -20px, 0);
- }
- 75% {
- transform: translate3d(0, 10px, 0);
- }
- 90% {
- transform: translate3d(0, -5px, 0);
- }
- 100% {
- transform: translate3d(0, 0, 0);
- }
- }
- @-webkit-keyframes flyInDown {
- 0% {
- opacity: 0;
- transform: translate3d(0, -1500px, 0);
- }
- 60% {
- opacity: 1;
- transform: translate3d(0, 25px, 0);
- }
- 75% {
- transform: translate3d(0, -10px, 0);
- }
- 90% {
- transform: translate3d(0, 5px, 0);
- }
- 100% {
- transform: none;
- }
- }
- @keyframes flyInDown {
- 0% {
- opacity: 0;
- transform: translate3d(0, -1500px, 0);
- }
- 60% {
- opacity: 1;
- transform: translate3d(0, 25px, 0);
- }
- 75% {
- transform: translate3d(0, -10px, 0);
- }
- 90% {
- transform: translate3d(0, 5px, 0);
- }
- 100% {
- transform: none;
- }
- }
- @-webkit-keyframes flyInLeft {
- 0% {
- opacity: 0;
- transform: translate3d(1500px, 0, 0);
- }
- 60% {
- opacity: 1;
- transform: translate3d(-25px, 0, 0);
- }
- 75% {
- transform: translate3d(10px, 0, 0);
- }
- 90% {
- transform: translate3d(-5px, 0, 0);
- }
- 100% {
- transform: none;
- }
- }
- @keyframes flyInLeft {
- 0% {
- opacity: 0;
- transform: translate3d(1500px, 0, 0);
- }
- 60% {
- opacity: 1;
- transform: translate3d(-25px, 0, 0);
- }
- 75% {
- transform: translate3d(10px, 0, 0);
- }
- 90% {
- transform: translate3d(-5px, 0, 0);
- }
- 100% {
- transform: none;
- }
- }
- @-webkit-keyframes flyInRight {
- 0% {
- opacity: 0;
- transform: translate3d(-1500px, 0, 0);
- }
- 60% {
- opacity: 1;
- transform: translate3d(25px, 0, 0);
- }
- 75% {
- transform: translate3d(-10px, 0, 0);
- }
- 90% {
- transform: translate3d(5px, 0, 0);
- }
- 100% {
- transform: none;
- }
- }
- @keyframes flyInRight {
- 0% {
- opacity: 0;
- transform: translate3d(-1500px, 0, 0);
- }
- 60% {
- opacity: 1;
- transform: translate3d(25px, 0, 0);
- }
- 75% {
- transform: translate3d(-10px, 0, 0);
- }
- 90% {
- transform: translate3d(5px, 0, 0);
- }
- 100% {
- transform: none;
- }
- }
- /* Out */
- @-webkit-keyframes flyOut {
- 20% {
- transform: scale3d(0.9, 0.9, 0.9);
- }
- 50%,
- 55% {
- opacity: 1;
- transform: scale3d(1.1, 1.1, 1.1);
- }
- 100% {
- opacity: 0;
- transform: scale3d(0.3, 0.3, 0.3);
- }
- }
- @keyframes flyOut {
- 20% {
- transform: scale3d(0.9, 0.9, 0.9);
- }
- 50%,
- 55% {
- opacity: 1;
- transform: scale3d(1.1, 1.1, 1.1);
- }
- 100% {
- opacity: 0;
- transform: scale3d(0.3, 0.3, 0.3);
- }
- }
- @-webkit-keyframes flyOutUp {
- 20% {
- transform: translate3d(0, 10px, 0);
- }
- 40%,
- 45% {
- opacity: 1;
- transform: translate3d(0, -20px, 0);
- }
- 100% {
- opacity: 0;
- transform: translate3d(0, 2000px, 0);
- }
- }
- @keyframes flyOutUp {
- 20% {
- transform: translate3d(0, 10px, 0);
- }
- 40%,
- 45% {
- opacity: 1;
- transform: translate3d(0, -20px, 0);
- }
- 100% {
- opacity: 0;
- transform: translate3d(0, 2000px, 0);
- }
- }
- @-webkit-keyframes flyOutDown {
- 20% {
- transform: translate3d(0, -10px, 0);
- }
- 40%,
- 45% {
- opacity: 1;
- transform: translate3d(0, 20px, 0);
- }
- 100% {
- opacity: 0;
- transform: translate3d(0, -2000px, 0);
- }
- }
- @keyframes flyOutDown {
- 20% {
- transform: translate3d(0, -10px, 0);
- }
- 40%,
- 45% {
- opacity: 1;
- transform: translate3d(0, 20px, 0);
- }
- 100% {
- opacity: 0;
- transform: translate3d(0, -2000px, 0);
- }
- }
- @-webkit-keyframes flyOutRight {
- 20% {
- opacity: 1;
- transform: translate3d(20px, 0, 0);
- }
- 100% {
- opacity: 0;
- transform: translate3d(-2000px, 0, 0);
- }
- }
- @keyframes flyOutRight {
- 20% {
- opacity: 1;
- transform: translate3d(20px, 0, 0);
- }
- 100% {
- opacity: 0;
- transform: translate3d(-2000px, 0, 0);
- }
- }
- @-webkit-keyframes flyOutLeft {
- 20% {
- opacity: 1;
- transform: translate3d(-20px, 0, 0);
- }
- 100% {
- opacity: 0;
- transform: translate3d(2000px, 0, 0);
- }
- }
- @keyframes flyOutLeft {
- 20% {
- opacity: 1;
- transform: translate3d(-20px, 0, 0);
- }
- 100% {
- opacity: 0;
- transform: translate3d(2000px, 0, 0);
- }
- }
- /*--------------
- Slide
- ---------------*/
- .transition.slide.in,
- .transition[class*="slide down"].in {
- -webkit-animation-name: slideInY;
- animation-name: slideInY;
- transform-origin: top center;
- }
- .transition[class*="slide up"].in {
- -webkit-animation-name: slideInY;
- animation-name: slideInY;
- transform-origin: bottom center;
- }
- .transition[class*="slide left"].in {
- -webkit-animation-name: slideInX;
- animation-name: slideInX;
- transform-origin: center right;
- }
- .transition[class*="slide right"].in {
- -webkit-animation-name: slideInX;
- animation-name: slideInX;
- transform-origin: center left;
- }
- .transition.slide.out,
- .transition[class*="slide down"].out {
- -webkit-animation-name: slideOutY;
- animation-name: slideOutY;
- transform-origin: top center;
- }
- .transition[class*="slide up"].out {
- -webkit-animation-name: slideOutY;
- animation-name: slideOutY;
- transform-origin: bottom center;
- }
- .transition[class*="slide left"].out {
- -webkit-animation-name: slideOutX;
- animation-name: slideOutX;
- transform-origin: center right;
- }
- .transition[class*="slide right"].out {
- -webkit-animation-name: slideOutX;
- animation-name: slideOutX;
- transform-origin: center left;
- }
- /* In */
- @-webkit-keyframes slideInY {
- 0% {
- opacity: 0;
- transform: scaleY(0);
- }
- 100% {
- opacity: 1;
- transform: scaleY(1);
- }
- }
- @keyframes slideInY {
- 0% {
- opacity: 0;
- transform: scaleY(0);
- }
- 100% {
- opacity: 1;
- transform: scaleY(1);
- }
- }
- @-webkit-keyframes slideInX {
- 0% {
- opacity: 0;
- transform: scaleX(0);
- }
- 100% {
- opacity: 1;
- transform: scaleX(1);
- }
- }
- @keyframes slideInX {
- 0% {
- opacity: 0;
- transform: scaleX(0);
- }
- 100% {
- opacity: 1;
- transform: scaleX(1);
- }
- }
- /* Out */
- @-webkit-keyframes slideOutY {
- 0% {
- opacity: 1;
- transform: scaleY(1);
- }
- 100% {
- opacity: 0;
- transform: scaleY(0);
- }
- }
- @keyframes slideOutY {
- 0% {
- opacity: 1;
- transform: scaleY(1);
- }
- 100% {
- opacity: 0;
- transform: scaleY(0);
- }
- }
- @-webkit-keyframes slideOutX {
- 0% {
- opacity: 1;
- transform: scaleX(1);
- }
- 100% {
- opacity: 0;
- transform: scaleX(0);
- }
- }
- @keyframes slideOutX {
- 0% {
- opacity: 1;
- transform: scaleX(1);
- }
- 100% {
- opacity: 0;
- transform: scaleX(0);
- }
- }
- /*--------------
- Swing
- ---------------*/
- .transition.swing {
- -webkit-animation-duration: 800ms;
- animation-duration: 800ms;
- }
- .transition[class*="swing down"].in {
- -webkit-animation-name: swingInX;
- animation-name: swingInX;
- transform-origin: top center;
- }
- .transition[class*="swing up"].in {
- -webkit-animation-name: swingInX;
- animation-name: swingInX;
- transform-origin: bottom center;
- }
- .transition[class*="swing left"].in {
- -webkit-animation-name: swingInY;
- animation-name: swingInY;
- transform-origin: center right;
- }
- .transition[class*="swing right"].in {
- -webkit-animation-name: swingInY;
- animation-name: swingInY;
- transform-origin: center left;
- }
- .transition.swing.out,
- .transition[class*="swing down"].out {
- -webkit-animation-name: swingOutX;
- animation-name: swingOutX;
- transform-origin: top center;
- }
- .transition[class*="swing up"].out {
- -webkit-animation-name: swingOutX;
- animation-name: swingOutX;
- transform-origin: bottom center;
- }
- .transition[class*="swing left"].out {
- -webkit-animation-name: swingOutY;
- animation-name: swingOutY;
- transform-origin: center right;
- }
- .transition[class*="swing right"].out {
- -webkit-animation-name: swingOutY;
- animation-name: swingOutY;
- transform-origin: center left;
- }
- /* In */
- @-webkit-keyframes swingInX {
- 0% {
- transform: perspective(1000px) rotateX(90deg);
- opacity: 0;
- }
- 40% {
- transform: perspective(1000px) rotateX(-30deg);
- opacity: 1;
- }
- 60% {
- transform: perspective(1000px) rotateX(15deg);
- }
- 80% {
- transform: perspective(1000px) rotateX(-7.5deg);
- }
- 100% {
- transform: perspective(1000px) rotateX(0deg);
- }
- }
- @keyframes swingInX {
- 0% {
- transform: perspective(1000px) rotateX(90deg);
- opacity: 0;
- }
- 40% {
- transform: perspective(1000px) rotateX(-30deg);
- opacity: 1;
- }
- 60% {
- transform: perspective(1000px) rotateX(15deg);
- }
- 80% {
- transform: perspective(1000px) rotateX(-7.5deg);
- }
- 100% {
- transform: perspective(1000px) rotateX(0deg);
- }
- }
- @-webkit-keyframes swingInY {
- 0% {
- transform: perspective(1000px) rotateY(-90deg);
- opacity: 0;
- }
- 40% {
- transform: perspective(1000px) rotateY(30deg);
- opacity: 1;
- }
- 60% {
- transform: perspective(1000px) rotateY(-17.5deg);
- }
- 80% {
- transform: perspective(1000px) rotateY(7.5deg);
- }
- 100% {
- transform: perspective(1000px) rotateY(0deg);
- }
- }
- @keyframes swingInY {
- 0% {
- transform: perspective(1000px) rotateY(-90deg);
- opacity: 0;
- }
- 40% {
- transform: perspective(1000px) rotateY(30deg);
- opacity: 1;
- }
- 60% {
- transform: perspective(1000px) rotateY(-17.5deg);
- }
- 80% {
- transform: perspective(1000px) rotateY(7.5deg);
- }
- 100% {
- transform: perspective(1000px) rotateY(0deg);
- }
- }
- /* Out */
- @-webkit-keyframes swingOutX {
- 0% {
- transform: perspective(1000px) rotateX(0deg);
- }
- 40% {
- transform: perspective(1000px) rotateX(-7.5deg);
- }
- 60% {
- transform: perspective(1000px) rotateX(17.5deg);
- }
- 80% {
- transform: perspective(1000px) rotateX(-30deg);
- opacity: 1;
- }
- 100% {
- transform: perspective(1000px) rotateX(90deg);
- opacity: 0;
- }
- }
- @keyframes swingOutX {
- 0% {
- transform: perspective(1000px) rotateX(0deg);
- }
- 40% {
- transform: perspective(1000px) rotateX(-7.5deg);
- }
- 60% {
- transform: perspective(1000px) rotateX(17.5deg);
- }
- 80% {
- transform: perspective(1000px) rotateX(-30deg);
- opacity: 1;
- }
- 100% {
- transform: perspective(1000px) rotateX(90deg);
- opacity: 0;
- }
- }
- @-webkit-keyframes swingOutY {
- 0% {
- transform: perspective(1000px) rotateY(0deg);
- }
- 40% {
- transform: perspective(1000px) rotateY(7.5deg);
- }
- 60% {
- transform: perspective(1000px) rotateY(-10deg);
- }
- 80% {
- transform: perspective(1000px) rotateY(30deg);
- opacity: 1;
- }
- 100% {
- transform: perspective(1000px) rotateY(-90deg);
- opacity: 0;
- }
- }
- @keyframes swingOutY {
- 0% {
- transform: perspective(1000px) rotateY(0deg);
- }
- 40% {
- transform: perspective(1000px) rotateY(7.5deg);
- }
- 60% {
- transform: perspective(1000px) rotateY(-10deg);
- }
- 80% {
- transform: perspective(1000px) rotateY(30deg);
- opacity: 1;
- }
- 100% {
- transform: perspective(1000px) rotateY(-90deg);
- opacity: 0;
- }
- }
- /*--------------
- Zoom
- ---------------*/
- .transition.zoom.in {
- -webkit-animation-name: zoomIn;
- animation-name: zoomIn;
- }
- .transition.zoom.out {
- -webkit-animation-name: zoomOut;
- animation-name: zoomOut;
- }
- @-webkit-keyframes zoomIn {
- 0% {
- opacity: 1;
- transform: scale(0);
- }
- 100% {
- opacity: 1;
- transform: scale(1);
- }
- }
- @keyframes zoomIn {
- 0% {
- opacity: 1;
- transform: scale(0);
- }
- 100% {
- opacity: 1;
- transform: scale(1);
- }
- }
- @-webkit-keyframes zoomOut {
- 0% {
- opacity: 1;
- transform: scale(1);
- }
- 100% {
- opacity: 1;
- transform: scale(0);
- }
- }
- @keyframes zoomOut {
- 0% {
- opacity: 1;
- transform: scale(1);
- }
- 100% {
- opacity: 1;
- transform: scale(0);
- }
- }
- /*******************************
- Static Animations
- *******************************/
- /*--------------
- Emphasis
- ---------------*/
- .flash.transition {
- -webkit-animation-duration: 750ms;
- animation-duration: 750ms;
- -webkit-animation-name: flash;
- animation-name: flash;
- }
- .shake.transition {
- -webkit-animation-duration: 750ms;
- animation-duration: 750ms;
- -webkit-animation-name: shake;
- animation-name: shake;
- }
- .bounce.transition {
- -webkit-animation-duration: 750ms;
- animation-duration: 750ms;
- -webkit-animation-name: bounce;
- animation-name: bounce;
- }
- .tada.transition {
- -webkit-animation-duration: 750ms;
- animation-duration: 750ms;
- -webkit-animation-name: tada;
- animation-name: tada;
- }
- .pulse.transition {
- -webkit-animation-duration: 500ms;
- animation-duration: 500ms;
- -webkit-animation-name: pulse;
- animation-name: pulse;
- }
- .jiggle.transition {
- -webkit-animation-duration: 750ms;
- animation-duration: 750ms;
- -webkit-animation-name: jiggle;
- animation-name: jiggle;
- }
- .transition.glow {
- -webkit-animation-duration: 2000ms;
- animation-duration: 2000ms;
- -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
- animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
- }
- .transition.glow {
- -webkit-animation-name: glow;
- animation-name: glow;
- }
- /* Flash */
- @-webkit-keyframes flash {
- 0%,
- 50%,
- 100% {
- opacity: 1;
- }
- 25%,
- 75% {
- opacity: 0;
- }
- }
- @keyframes flash {
- 0%,
- 50%,
- 100% {
- opacity: 1;
- }
- 25%,
- 75% {
- opacity: 0;
- }
- }
- /* Shake */
- @-webkit-keyframes shake {
- 0%,
- 100% {
- transform: translateX(0);
- }
- 10%,
- 30%,
- 50%,
- 70%,
- 90% {
- transform: translateX(-10px);
- }
- 20%,
- 40%,
- 60%,
- 80% {
- transform: translateX(10px);
- }
- }
- @keyframes shake {
- 0%,
- 100% {
- transform: translateX(0);
- }
- 10%,
- 30%,
- 50%,
- 70%,
- 90% {
- transform: translateX(-10px);
- }
- 20%,
- 40%,
- 60%,
- 80% {
- transform: translateX(10px);
- }
- }
- /* Bounce */
- @-webkit-keyframes bounce {
- 0%,
- 20%,
- 50%,
- 80%,
- 100% {
- transform: translateY(0);
- }
- 40% {
- transform: translateY(-30px);
- }
- 60% {
- transform: translateY(-15px);
- }
- }
- @keyframes bounce {
- 0%,
- 20%,
- 50%,
- 80%,
- 100% {
- transform: translateY(0);
- }
- 40% {
- transform: translateY(-30px);
- }
- 60% {
- transform: translateY(-15px);
- }
- }
- /* Tada */
- @-webkit-keyframes tada {
- 0% {
- transform: scale(1);
- }
- 10%,
- 20% {
- transform: scale(0.9) rotate(-3deg);
- }
- 30%,
- 50%,
- 70%,
- 90% {
- transform: scale(1.1) rotate(3deg);
- }
- 40%,
- 60%,
- 80% {
- transform: scale(1.1) rotate(-3deg);
- }
- 100% {
- transform: scale(1) rotate(0);
- }
- }
- @keyframes tada {
- 0% {
- transform: scale(1);
- }
- 10%,
- 20% {
- transform: scale(0.9) rotate(-3deg);
- }
- 30%,
- 50%,
- 70%,
- 90% {
- transform: scale(1.1) rotate(3deg);
- }
- 40%,
- 60%,
- 80% {
- transform: scale(1.1) rotate(-3deg);
- }
- 100% {
- transform: scale(1) rotate(0);
- }
- }
- /* Pulse */
- @-webkit-keyframes pulse {
- 0% {
- transform: scale(1);
- opacity: 1;
- }
- 50% {
- transform: scale(0.9);
- opacity: 0.7;
- }
- 100% {
- transform: scale(1);
- opacity: 1;
- }
- }
- @keyframes pulse {
- 0% {
- transform: scale(1);
- opacity: 1;
- }
- 50% {
- transform: scale(0.9);
- opacity: 0.7;
- }
- 100% {
- transform: scale(1);
- opacity: 1;
- }
- }
- /* Jiggle */
- @-webkit-keyframes jiggle {
- 0% {
- transform: scale3d(1, 1, 1);
- }
- 30% {
- transform: scale3d(1.25, 0.75, 1);
- }
- 40% {
- transform: scale3d(0.75, 1.25, 1);
- }
- 50% {
- transform: scale3d(1.15, 0.85, 1);
- }
- 65% {
- transform: scale3d(0.95, 1.05, 1);
- }
- 75% {
- transform: scale3d(1.05, 0.95, 1);
- }
- 100% {
- transform: scale3d(1, 1, 1);
- }
- }
- @keyframes jiggle {
- 0% {
- transform: scale3d(1, 1, 1);
- }
- 30% {
- transform: scale3d(1.25, 0.75, 1);
- }
- 40% {
- transform: scale3d(0.75, 1.25, 1);
- }
- 50% {
- transform: scale3d(1.15, 0.85, 1);
- }
- 65% {
- transform: scale3d(0.95, 1.05, 1);
- }
- 75% {
- transform: scale3d(1.05, 0.95, 1);
- }
- 100% {
- transform: scale3d(1, 1, 1);
- }
- }
- /* Glow */
- @-webkit-keyframes glow {
- 0% {
- background-color: #FCFCFD;
- }
- 30% {
- background-color: #FFF6CD;
- }
- 100% {
- background-color: #FCFCFD;
- }
- }
- @keyframes glow {
- 0% {
- background-color: #FCFCFD;
- }
- 30% {
- background-color: #FFF6CD;
- }
- 100% {
- background-color: #FCFCFD;
- }
- }
- /*******************************
- Site Overrides
- *******************************/
|