0.1.7 • Published 9 years ago

k-swipe v0.1.7

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

k-swipe

Import animation css:

@import('../../node_modules/k-swipe')

Initialize the component:

app.component require 'k-swipe'

Initialize the component:

<view name="k-swipe" prev="{{#root._page.prevpost.url}}" next="{{#root._page.nextpost.url}}"></view>

Set k-swipe-root for the element that you want to be scrolled. Set its class as {{_page.swipefrom}} as that will enable the animation.

<div id="k-swipe-root" class="content-center {{_page.swipefrom}}">
</div>
0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago