Module: PageTransitions

PageTransitions provides transition functions used when navigating panels.

Source:

Methods

oneColumn(oldPanel, newPanel, callback)

Typically used with phone size device layouts.

Typically used with phone size device layouts.

Parameters:
Name Type Description
oldPanel String
newPanel String
callback function
Source:

twoColumn(oldPanel, newPanel, callback)

Typically used with tablet size device layouts.

Typically used with tablet size device layouts.

Parameters:
Name Type Description
oldPanel String
newPanel String
callback function
Source: