Hi,
I've recently updated to Edge Animate CC and continued work on 3 projects that have nested rectangles that would change height as they pass through keyframes.
sym.getSymbol("info").$("Rectangle").height(400);
then the next keyframe
sym.getSymbol("info").$("Rectangle").height(200);
This now does not change except on the 1st keyframe, but worked fine before the update.
Also (on a side note), how do you hide the textbox scroll bars in Firefox and IE? The text also fills out dynamically and mostly doesn't fill the whole textbox, so looks a bit garish.
Thanks
Sean