Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- .mom {
- -webkit-animation: scale-up-ver-bottom 4s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.1s ;
- animation: scale-up-ver-bottom 4s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.1s ;
- }
- /* ----------------------------------------------
- * Generated by Animista on 2023-6-2 12:27:46
- * Licensed under FreeBSD License.
- * See http://animista.net/license for more info.
- * w: http://animista.net, t: @cssanimista
- * ---------------------------------------------- */
- /**
- * ----------------------------------------
- * animation scale-up-ver-bottom
- * ----------------------------------------
- */
- @-webkit-keyframes scale-up-ver-bottom {
- 0% {
- -webkit-transform: scaleY(0.4);
- transform: scaleY(0.4);
- -webkit-transform-origin: 0% 100%;
- transform-origin: 0% 100%;
- }
- 100% {
- -webkit-transform: scaleY(1);
- transform: scaleY(1);
- -webkit-transform-origin: 0% 100%;
- transform-origin: 0% 100%;
- }
- }
- @keyframes scale-up-ver-bottom {
- 0% {
- -webkit-transform: scaleY(0.4);
- transform: scaleY(0.4);
- -webkit-transform-origin: 0% 100%;
- transform-origin: 0% 100%;
- }
- 100% {
- -webkit-transform: scaleY(1);
- transform: scaleY(1);
- -webkit-transform-origin: 0% 100%;
- transform-origin: 0% 100%;
- }
- }
- </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement