Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- #container03, #container05, #container07, #container09, #container11, #container14 {
- -webkit-animation: scale-in-hor-right 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
- animation: scale-in-hor-right 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
- }
- /* ----------------------------------------------
- * Generated by Animista on 2024-5-19 23:51:2
- * Licensed under FreeBSD License.
- * See http://animista.net/license for more info.
- * w: http://animista.net, t: @cssanimista
- * ---------------------------------------------- */
- /**
- * ----------------------------------------
- * animation scale-in-hor-right
- * ----------------------------------------
- */
- @-webkit-keyframes scale-in-hor-right {
- 0% {
- -webkit-transform: scaleX(0);
- transform: scaleX(0);
- -webkit-transform-origin: 100% 100%;
- transform-origin: 100% 100%;
- opacity: 1;
- }
- 100% {
- -webkit-transform: scaleX(1);
- transform: scaleX(1);
- -webkit-transform-origin: 100% 100%;
- transform-origin: 100% 100%;
- opacity: 1;
- }
- }
- @keyframes scale-in-hor-right {
- 0% {
- -webkit-transform: scaleX(0);
- transform: scaleX(0);
- -webkit-transform-origin: 100% 100%;
- transform-origin: 100% 100%;
- opacity: 1;
- }
- 100% {
- -webkit-transform: scaleX(1);
- transform: scaleX(1);
- -webkit-transform-origin: 100% 100%;
- transform-origin: 100% 100%;
- opacity: 1;
- }
- }
- </style>
- <style>
- #container04, #container06, #container08, #container10, #container12, #container13 {
- -webkit-animation: bounce-in-bottom 1.5s both;
- animation: bounce-in-bottom 1.5s both;
- }
- /* ----------------------------------------------
- * Generated by Animista on 2024-5-19 18:41:13
- * Licensed under FreeBSD License.
- * See http://animista.net/license for more info.
- * w: http://animista.net, t: @cssanimista
- * ---------------------------------------------- */
- /**
- * ----------------------------------------
- * animation bounce-in-bottom
- * ----------------------------------------
- */
- @-webkit-keyframes bounce-in-bottom {
- 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-bottom {
- 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>
Advertisement
Add Comment
Please, Sign In to add comment