@import '../../style/mixin.less';

.zq-zoom-animation(top, scaleY(0), scaleY(1), center top);
.zq-zoom-animation(left, scale(0.45, 0.45), scale(1, 1), top left);
.zq-zoom-animation(right, scale(0.45, 0.45), scale(1, 1), top right);
.zq-zoom-animation(bottom, scaleY(0), scaleY(1), center bottom);
.zq-zoom-animation(center, scale(0, 0), scale(1, 1), center center);
