repo: janusweb action: commit revision: path_from: revision_from: 713b70ab6ae23790565f9e8415cacb8c65d9b66d: path_to: revision_to:
commit 713b70ab6ae23790565f9e8415cacb8c65d9b66d Author: James BaicoianuDate: Sun Apr 24 01:05:24 2022 -0700 Expose object.activeanimation to scripts diff --git a/scripts/janusbase.js b/scripts/janusbase.js
--- a/scripts/janusbase.js
+++ b/scripts/janusbase.js
@@ -383,8 +383,9 @@ elation.require(['engine.things.generic', 'utils.template', 'janusweb.parts'], f
rotate_deg_per_sec: [ 'property', 'rotate_deg_per_sec'],
rotate_axis: [ 'property', 'rotate_axis'],
- anim_id: ['property', 'anim_id'],
- anim_transition_time: ['property', 'anim_transition_time'],
+ anim_id: ['property', 'anim_id'],
+ anim_transition_time: ['property', 'anim_transition_time'],
+ activeanimation: ['property', 'activeanimation'],
fwd: ['property', 'zdir'],
xdir: ['property', 'xdir'],
-----END OF PAGE-----