Simple plugin to Scroll the whole App or a Container to an object position with an optional animation.

 

neoScrollAppToObject

Purpose:

Scrolls the App to an object position

Category:

neoScroll

Syntax:

neoScrollAppToObject "element" duration

 

element

Object to scroll to

duration

Animation duration in milliseconds

 

neoScrollAppToNumber

Purpose:

Scrolls the App to a number

Category:

neoScroll

Syntax:

neoScrollAppToNumber number duration

 

number

Number of pixels to scroll to

duration

Animation duration in milliseconds

 

neoScrollContainerToObject

Purpose:

Scrolls a Container to an internal object position

Category:

neoScroll

Syntax:

neoScrollContainerToObject "objId" "element" duration

 

objId

Container to scroll

element

Internal Container object to scroll to

duration

Animation duration in milliseconds

 

neoScrollContainerToNumber

Purpose:

Scrolls a Container to a number

Category:

neoScroll

Syntax:

neoScrollContainerToNumber "objId" number duration

 

objId

Container to scroll

number

Number of pixels to scroll to

duration

Animation duration in milliseconds