/** 2514 * internal. determines whether this is a static context ie the framer canvas. if so, 2515 * it'll disable all dynamic functionality. 2516 */ 2517 isstatic: boolean ; 2518 /** 2519 * defines a new default transition for the entire tree. 2520 * 2521 * @public 2522 */ 2523...