/**
 * 滚动动画选项
 */
export interface ScrollAnimationOption {
    duration?: number;
}
