/vue-scroll-to

Primary LanguageJavaScript

vue-scroll-to

scroll toができるカスタムディレクティブの邑楽グイン

DEMO

Install

npm install git+https://github.com/ohagip/vue-scroll-to.git

or
./src/vue-scroll-to.jsをコピペ

Usage

import VueScrollTo from 'vue-scroll-to'
Vue.use(VueScrollTo)
<button v-scroll-to="'#target'"></button>
<button v-scroll-to="{ el: '#target', offset: 100 }"></button>
<button v-scroll-to="{ el: '#target', bottom: true }"></button>

Parameters

Property Type Description
targets String | Object スクロール対象のセレクタ
targets.el String スクロール対象のセレクタ
targets.offset Number スクロール位置のオフセット
targets.bottom Boolean スクロール対象の下部にスクロール

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Customize configuration

See Configuration Reference.