Releases: thiagopnts/kaleidoscope
Releases · thiagopnts/kaleidoscope
v1.0.5
- Force frame update when using audio driver
- Use the audio driver when inside iOS WebViews
v1.0.4
- Force video playback loop to start when render is called for in between canvas implementation
- Update camera aspect when resizing
v1.0.3
- Perfomance Improvements
- Fixed squashed images on some window sizes
v1.0.2
- Perfomance improvements
- Fix iOS 10 inline playback
- add
onDragStart
andonDragStop
callbacks
v1.0.1
- Add support for device motion/orientation when embedded inside an iframe
v1.0.0
- Element passing option now unified as
source
parameter - Added a new output target wrapped in a iife
v0.0.7
- Add option to disable vertical panning
- Fixed inverted motion controls when device is in landscape
- Some enhancements for mobile(drag inertia, disable user select, etc)
- Fix drag state when mouse leaves the canvas
v0.0.6
- Fixes IE10 and Edge rendering bug
v0.0.5
- Added inertia to camera movements
- Added support for a initial yaw parameter
- Added
.centralize()
method that moves camera back to the initial yaw - Changed initial yaw to 90 instead of 0.
v0.0.4
Fix destroy
method. Now after destroying in instance, it stops the animation loop, removes the canvas element and event listeners.