@import '../keyframes/zoom.expand.keyframes.less';
@import '../keyframes/zoom.shrink.keyframes.less';

.tdExpandIn {
    .tdExpandIn();
}
.tdExpandInBounce {
    .tdExpandInBounce();
}
.tdExpandOut {
    .tdExpandOut();
}
.tdExpandOutBounce {
    .tdExpandOutBounce();
}

.tdShrinkIn {
    .tdShrinkIn();
}
.tdShrinkInBounce {
    .tdShrinkInBounce();
}
.tdShrinkOut {
    .tdShrinkOut();
}
.tdShrinkOutBounce {
    .tdShrinkOutBounce();
}
