.animation
    animation-timing-function: ease-in-out
    animation-duration: 0.5s

    &.on-scroll, &.on-delay
        animation-play-state: paused

    &.animated
        animation-play-state: running
