Skip to content

Releases: garris/TremulaJS

bug fixes

29 Mar 14:58
Compare
Choose a tag to compare

Bower main: property updated

bug fixes

14 Apr 19:17
Compare
Choose a tag to compare
  • fixed issue with firefox trapping cross axis events
  • fixed issue with inverted warp function with medium sized streams when swiping/scrolling towards head.

Be cool people. -GS

minified and un-minified build files added

31 Jan 04:40
Compare
Choose a tag to compare

New files in dist directory. See build section of documentation for new build commands.

Updated Documentation

14 Oct 20:50
Compare
Choose a tag to compare

Updated Documentation. Otherwise, nothin to see here folks...

New features: stepped scrolling and bower integration

14 Oct 00:33
Compare
Choose a tag to compare

New features and bug fixes

Stepped scrolling and bower integration.

Also: Issues #11 #10 fixed.

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.