File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -249,8 +249,8 @@ var ScenePlugin = new Class({
249249 * @property {integer } [duration=1000] - The duration, in ms, for the transition to last.
250250 * @property {boolean } [sleep=false] - Will the Scene responsible for the transition be sent to sleep on completion (`true`), or stopped? (`false`)
251251 * @property {boolean } [allowInput=false] - Will the Scenes Input system be able to process events while it is transitioning in or out?
252- * @property {boolean } [moveAbove] - More the target Scene to be above this one before the transition starts.
253- * @property {boolean } [moveBelow] - More the target Scene to be below this one before the transition starts.
252+ * @property {boolean } [moveAbove] - Move the target Scene to be above this one before the transition starts.
253+ * @property {boolean } [moveBelow] - Move the target Scene to be below this one before the transition starts.
254254 * @property {function } [onUpdate] - This callback is invoked every frame for the duration of the transition.
255255 * @property {any } [onUpdateScope] - The context in which the callback is invoked.
256256 * @property {any } [data] - An object containing any data you wish to be passed to the target Scenes init / create methods.
You can’t perform that action at this time.
0 commit comments