-
Notifications
You must be signed in to change notification settings - Fork 7
Image maps
Rafał Grabie edited this page Jul 27, 2013
·
6 revisions
API-Reference
Axure Page | Masters | Dynamic panels | Button shapes and rich text panels | Image map regions
scriptContext.setTooltipText('Click to see more ...');-
scrollX,scrollY- boolean flags determining the dimensions of scrolling. -
easing- string identifier of an easing method used (the same as in Axure) -
duration- duration time of a transition in miliseconds (ifeasingis not'none') - Default parameters:
scrollToThis(false, true, 'none', 500)
// scroll vertically without animation
scriptContext.get('image-map-1').scrollToThis();
// scroll horizontally in 1 second, bouncing
scriptContext.get('image-map-2').scrollToThis(true, false, 'bounce', 1000);