Lines Matching defs:view
388 // Create a view group.
411 var views = getElementsByPropertyNS(node, NSS["jessyink"], "view");
414 // Set initial view even if there are no other views.
421 var dict = propStrToDict(element.getAttributeNS(NSS["jessyink"], "view"));
457 // Consolidate view array and append it to the effect array.
788 else if (effectArray[counter]["effect"] == "view")
789 done &= view(parseInt(effectArray[counter]["dir"]) * dir, effectArray[counter]["element"], transCounter, effectArray[counter]["options"]);
860 /** Function to set the active slide in the slide view.
884 /** Function to set the active slide in the index view.
903 /** Function to set the page and active slide in index view.
1329 else if (effect["effect"] == "view")
1330 view(parseInt(effect["dir"]), effect["element"], STATE_END, effect["options"]);
1638 /** The view effect.
1643 * @param options a dictionary with additional options (e.g. length of the effect); for the view effect the options need to contain the old and the new matrix.
1645 function view(dir, element, time, options)
1896 else if (effect["effect"] == "view")
1897 view(effect["dir"], effect["element"], STATE_END, effect["options"]);
1914 else if (effect["effect"] == "view")
1915 view(parseInt(effect["dir"]) * -1, effect["element"], STATE_START, effect["options"]);
1934 else if (effect["effect"] == "view")
1935 view(effect["dir"], effect["element"], STATE_END, effect["options"]);
2255 // Create a view group.
2276 // Set initial view even if there are no other views.