This is a simple LayoutView class that manages a list of individual page views and the scrolling animation between each of them. Heavily indebted to abiee's ES6 Marionette scaffolding project to scaffold the demonstration framework.
VerticalPageCarousel.js
vertical-page-carousel.css
Base es6-marionette
setup: https://github.com/abiee/es6-marionette#setup
For the demo, you can add individual views to the pages array in scripts/app.js
The other option to run tests is for Continuous Integration purposes, it will run all the tests against PanthomJS and output a jUnit format file for analysis.
$ gulp test
You can get the results at .tmp/test-results.xml
.
If you have ideas or find an error feel free to submit a PR.
Licensed under the MIT license.