Skip to content

Releases: danzen/zimjs

ZIM 1.5.0

09 Dec 21:30
Compare
Choose a tag to compare

Updates Parallax class in ZIM Build so that along with mouseX and mouseY, the class also handles scrollX and scrollY as well as any custom input for instance from a slider. This allows parallax to be used with scroll bars. An example of a scrolling parallax site is available as is a stand alone zimparallax.js file. ZIM has been stable for the last while. We would like to do a slider component... and there will be upcoming advanced interfaces like socket but for cam motion detection, perhaps animating to sound, etc.

ZIM 1.4.0

07 Mar 03:47
Compare
Choose a tag to compare

Adds a Frame module to simplify the start template for ZIM projects. The Frame class in the Frame module handles making the canvas and the stage as well as scaling the stage in a variety of ways - full, fit, outside, and none. The Frame object provides events for rescaling and orientation change as well as stage, stageW, stateH, and orientation properties. There is also a redrawCanvas to completely redraw the canvas and make a new stage if desired. Usually you can handle this with the full scaling setting but redrawCanvas could be handy for orientation changes in the fit, outside and none modes.

ZIMjs 1.3.0

19 Jan 21:16
Compare
Choose a tag to compare

Adds Guide and GuideManager classes, a scaleTo() function, documentation rewrite to be able to pull a directory and summary from the code to a docs page http://zimjs.code/docs.html and a number of additional parameters and checks.

ZIMjs 1.2.0

13 Jan 01:32
Compare
Choose a tag to compare

Added Pages Module, combined Code and DOM modules. Added components to the Build module. Updated inline documentation.

ZIMjs 1.0.0

13 Jan 00:41
Compare
Choose a tag to compare

Initial release of ZIMjs - Interactive Media Modules