Releases: garris/TremulaJS
bug fixes
bug fixes
minified and un-minified build files added
New files in dist directory. See build section of documentation for new build commands.
Updated Documentation
Updated Documentation. Otherwise, nothin to see here folks...
New features: stepped scrolling and bower integration
New features and bug fixes
Stepped scrolling and bower integration.
Stepped scrolling
This feature enables a single item to be presented in the center of the stream -- this is a cover-flow like behavior.
It requires a reset of the global scrollAxis head & tail margin which is only an issue if you need to switch between other layouts (this is probably not a primary use case). That said, the demo does require this functionality so I have not integrated these features into the demo control panel.
To view the functionality you will need to open the demo here and call the following demo global layout methods...
loadMountainPop()
loadCarouselWithPop()
loadHorizontalPop()
Also, for responsive applications you will need to call your respective layout method after any viewport resizing. See ./gh-pages-demo/tremulaControls.js
to view these methods for ideas and inspiration.
bower integration
TremulaJS can now be installed into your client-side project with Bower...
bower install tremulajs --save
awesome.