ImageViewerConstants.ets 207 Bytes Raw Blame History Permalink 1 2 3 4 5 6 export class ImageViewerConstants { // 缩放动画的持续时间 static readonly ANIMATE_DURATION: number = 300; // swiper中缓存图片的数量 static readonly SWIPER_CACHE_COUNT: number = 2; }