HEX
Server: Apache
System: Linux br80.hostgator.com.br 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
User: bloga741 (1102)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: /home1/bloga741/public_html/alamoweb/viapp/css/other.animate.css
.yoyo-enter { 
    -webkit-animation: yoyoenter 600ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
    animation: yoyoenter 600ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
    display: block;
    position: relative;
} 
@-webkit-keyframes yoyoenter {
    from {
        opacity: 0;
        height: 0px;
        right: -70px;
    }
    75% {
        right: 15px;
    }
    to {
        opacity: 1;
        height: 30px;
        right: 0px;
    }
}
@keyframes enter {
    from {
        opacity: 0;
        height: 0px;
        right: -70px;
    }
    75% {
        right: 15px;
    }
    to {
        opacity: 1;
        height: 30px;
        right: 0px;
    }
}
 
.yoyo-leave { 
    -webkit-animation: yoyoleave 600ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
    animation: yoyoleave 600ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
    display: block;
    position: relative;
} 
@-webkit-keyframes yoyoleave {
    to {
        opacity: 0;
        height: 0px;
        right: -70px;
    }
    25% {
        right: 15px;
    }
    from {
        opacity: 1;
        height: 30px;
        right: 0px;
    }
}
@keyframes leave {
    to {
        opacity: 0;
        height: 0px;
        right: -70px;
    }
    25% {
        right: 15px;
    }
    from {
        opacity: 1;
        height: 30px;
        right: 0px;
    }
}