/*--------------------------------------------------------------------------*\
    Animation direction
\*--------------------------------------------------------------------------*/

.anim-prop-direction-alternate {
    /*animation*/
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
}