Skip to content

ScrollStory-DEMO


vue
<fv-ScrollStory name="scale-up-to-up">
    <fv-colorPicker></fv-colorPicker>
</fv-ScrollStory>

ScrollStory-Infinite Show


vue
<fv-ScrollStory name="scale-down-to-down" :infinite="true">
    <fv-colorPicker></fv-colorPicker>
</fv-ScrollStory>

ScrollStory-Over Collapse


vue
<fv-ScrollStory name="scale-down-to-down" :overCollapse="true">
    <fv-colorPicker></fv-colorPicker>
</fv-ScrollStory>

属性


属性类型必填默认值说明
namestring''Vue transition css name
infinitebooleanfalseInfinite show
overCollapsebooleanfalseScroll over collapse
trueRenderbooleanfalseOnly render when show
themestring'global'参见组件的 theme 选项。
disabledbooleanfalse参见组件的 disabled 选项。
langstring"global"参见组件的 lang 选项。

事件


事件名参数说明
show-changedshow

MIT Licensed