javascript - does meteor ccorcos/meteor-transitioner package provides swipe feature for mobile -


i building mobile app in meteor , need feature, when user swipes (say left|right|top|down|), should hit iron router , router should display template.

so can functionality achieved package https://github.com/ccorcos/meteor-transitioner

or there packages this?

no, package animation/transition effects between pages. package need stated purpose called 'hammer' chris wessels:

https://atmospherejs.com/chriswessels/hammer

i've implemented long-press package; supports many other gestures including swiping, , found pretty easy implement.


Comments