/*!
* t-scroll v1.1.10 (https://t-scroll.com)
* Copyright 2017 Tuds - Crazychicken
* Licensed under the MIT license
*/

@import './include';

.t-default {
    opacity: 1;
    filter: alpha(opacity=100);
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-duration: 0.5s;
    animation-delay: 0s;
    position: relative;
}
.t-infinite {
    animation-iteration-count: infinite;
}
.t-animated {
    opacity: 0;
    filter: alpha(opacity=0);
}