repo: janusweb
action: commit
revision: 
path_from: 
revision_from: 713b70ab6ae23790565f9e8415cacb8c65d9b66d:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit 713b70ab6ae23790565f9e8415cacb8c65d9b66d
Author: James Baicoianu 
Date:   Sun Apr 24 01:05:24 2022 -0700

    Expose object.activeanimation to scripts

diff --git a/scripts/janusbase.js b/scripts/janusbase.js
index bfc85b4a09f01e4a5693e6925c0ccea28d138dba..
index ..56fdad51f3bd8b4e0922e97966c66f5bc9f5cc56 100644
--- 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-----