Releases: kitecomp/kitekit
Releases · kitecomp/kitekit
1.4
1.3
1.2
Update to support Kite Compositor on the Mac's new features. Page layer and page transition support. Minor bug fixes.
- New: Adds support for loading .kite documents that use Page Layers and 'Transition to Page' actions
- New: Adds support for documents that use 'Transition to Layer' actions
- New: Adds support for documents that use 'Run JavaScript' actions
- New: User-provided layer data (content in the Data inspector pane) will now be accessable via the JavaScript scripting engine with the layer.data property. You can call
layer.data.get('myKey')
to retrieve values.
1.0.1
KiteKit 1.0.1 release with some bug fixes:
- Fixes a bug where those in countries that use the comma (,) for decimal seperation would not see some transform animations play correctly
- Fixes a bug where a layer being dragged during a presentation would have it's .actions property stripped for the duration of the drag
- Fixes a bug where a layer being dragged during a presentation would not always receive a 'mouseUp' event at the end of the drag