Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --ONE--
- <style>
- #container02 {
- -webkit-animation: scale-up-tl 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
- animation: scale-up-tl 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
- }
- /* ----------------------------------------------
- * Generated by Animista on 2023-11-8 20:0:39
- * Licensed under FreeBSD License.
- * See http://animista.net/license for more info.
- * w: http://animista.net, t: @cssanimista
- * ---------------------------------------------- */
- /**
- * ----------------------------------------
- * animation scale-up-tl
- * ----------------------------------------
- */
- @-webkit-keyframes scale-up-tl {
- 0% {
- -webkit-transform: scale(0.5);
- transform: scale(0.5);
- -webkit-transform-origin: 0% 0%;
- transform-origin: 0% 0%;
- }
- 100% {
- -webkit-transform: scale(1);
- transform: scale(1);
- -webkit-transform-origin: 0% 0%;
- transform-origin: 0% 0%;
- }
- }
- @keyframes scale-up-tl {
- 0% {
- -webkit-transform: scale(0.5);
- transform: scale(0.5);
- -webkit-transform-origin: 0% 0%;
- transform-origin: 0% 0%;
- }
- 100% {
- -webkit-transform: scale(1);
- transform: scale(1);
- -webkit-transform-origin: 0% 0%;
- transform-origin: 0% 0%;
- }
- }
- </style>
- --TWO--
- <style>
- #gallery01 {
- -webkit-animation: bounce-in-fwd 1.1s both;
- animation: bounce-in-fwd 1.1s both;
- }
- /* ----------------------------------------------
- * Generated by Animista on 2023-11-8 19:25:32
- * Licensed under FreeBSD License.
- * See http://animista.net/license for more info.
- * w: http://animista.net, t: @cssanimista
- * ---------------------------------------------- */
- /**
- * ----------------------------------------
- * animation bounce-in-fwd
- * ----------------------------------------
- */
- @-webkit-keyframes bounce-in-fwd {
- 0% {
- -webkit-transform: scale(0);
- transform: scale(0);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- opacity: 0;
- }
- 38% {
- -webkit-transform: scale(1);
- transform: scale(1);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- opacity: 1;
- }
- 55% {
- -webkit-transform: scale(0.7);
- transform: scale(0.7);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- }
- 72% {
- -webkit-transform: scale(1);
- transform: scale(1);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- }
- 81% {
- -webkit-transform: scale(0.84);
- transform: scale(0.84);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- }
- 89% {
- -webkit-transform: scale(1);
- transform: scale(1);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- }
- 95% {
- -webkit-transform: scale(0.95);
- transform: scale(0.95);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- }
- 100% {
- -webkit-transform: scale(1);
- transform: scale(1);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- }
- }
- @keyframes bounce-in-fwd {
- 0% {
- -webkit-transform: scale(0);
- transform: scale(0);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- opacity: 0;
- }
- 38% {
- -webkit-transform: scale(1);
- transform: scale(1);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- opacity: 1;
- }
- 55% {
- -webkit-transform: scale(0.7);
- transform: scale(0.7);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- }
- 72% {
- -webkit-transform: scale(1);
- transform: scale(1);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- }
- 81% {
- -webkit-transform: scale(0.84);
- transform: scale(0.84);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- }
- 89% {
- -webkit-transform: scale(1);
- transform: scale(1);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- }
- 95% {
- -webkit-transform: scale(0.95);
- transform: scale(0.95);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- }
- 100% {
- -webkit-transform: scale(1);
- transform: scale(1);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- }
- }
- </style>
- --THREE--
- <style>
- #container11, #container10 {
- -webkit-animation: bounce-in-top 1.1s both;
- animation: bounce-in-top 1.1s both;
- }
- /* ----------------------------------------------
- * Generated by Animista on 2023-11-8 20:28:54
- * Licensed under FreeBSD License.
- * See http://animista.net/license for more info.
- * w: http://animista.net, t: @cssanimista
- * ---------------------------------------------- */
- /**
- * ----------------------------------------
- * animation bounce-in-top
- * ----------------------------------------
- */
- @-webkit-keyframes bounce-in-top {
- 0% {
- -webkit-transform: translateY(-500px);
- transform: translateY(-500px);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- opacity: 0;
- }
- 38% {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- opacity: 1;
- }
- 55% {
- -webkit-transform: translateY(-65px);
- transform: translateY(-65px);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- }
- 72% {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- }
- 81% {
- -webkit-transform: translateY(-28px);
- transform: translateY(-28px);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- }
- 90% {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- }
- 95% {
- -webkit-transform: translateY(-8px);
- transform: translateY(-8px);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- }
- 100% {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- }
- }
- @keyframes bounce-in-top {
- 0% {
- -webkit-transform: translateY(-500px);
- transform: translateY(-500px);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- opacity: 0;
- }
- 38% {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- opacity: 1;
- }
- 55% {
- -webkit-transform: translateY(-65px);
- transform: translateY(-65px);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- }
- 72% {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- }
- 81% {
- -webkit-transform: translateY(-28px);
- transform: translateY(-28px);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- }
- 90% {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- }
- 95% {
- -webkit-transform: translateY(-8px);
- transform: translateY(-8px);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- }
- 100% {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- }
- }
- </style>
- --FOUR--
- <style>
- #container09, #container13 {
- -webkit-animation: scale-in-ver-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
- animation: scale-in-ver-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
- }
- /* ----------------------------------------------
- * Generated by Animista on 2023-11-8 20:50:21
- * Licensed under FreeBSD License.
- * See http://animista.net/license for more info.
- * w: http://animista.net, t: @cssanimista
- * ---------------------------------------------- */
- /**
- * ----------------------------------------
- * animation scale-in-ver-bottom
- * ----------------------------------------
- */
- @-webkit-keyframes scale-in-ver-bottom {
- 0% {
- -webkit-transform: scaleY(0);
- transform: scaleY(0);
- -webkit-transform-origin: 0% 100%;
- transform-origin: 0% 100%;
- opacity: 1;
- }
- 100% {
- -webkit-transform: scaleY(1);
- transform: scaleY(1);
- -webkit-transform-origin: 0% 100%;
- transform-origin: 0% 100%;
- opacity: 1;
- }
- }
- @keyframes scale-in-ver-bottom {
- 0% {
- -webkit-transform: scaleY(0);
- transform: scaleY(0);
- -webkit-transform-origin: 0% 100%;
- transform-origin: 0% 100%;
- opacity: 1;
- }
- 100% {
- -webkit-transform: scaleY(1);
- transform: scaleY(1);
- -webkit-transform-origin: 0% 100%;
- transform-origin: 0% 100%;
- opacity: 1;
- }
- }
- </style>
Advertisement
Add Comment
Please, Sign In to add comment