Module Actions

Adding/removing class

AddClass and RemoveClass add or remove a list of CSS classes to/from the given element.

AddClass
RemoveClass

Animation

AnimatePlay and AnimatePause resume or pause all animations on the given element. They work with CSS or Web Animations.

Animate plays or reverses all animations on the given element. It works with CSS or Web Animations.

Animate
AnimatePause
AnimatePlay

Controlling openables

Open opens or closes the Openable widget setup for the given element.

Open

Controlling pagers

NextPage and PrevPage advance or reverse the Pager widget setup for the given element.

GoToPage sets the Pager to the given page or toggles to the last saved one.

EnablePage and DisablePage enable or disable the given page of the Pager widget setup for the given element.

DisablePage
EnablePage
GoToPage
NextPage
PrevPage

Controlling triggers

Enable and Disable enable or disable a list of triggers defined on the given element.

Run runs or reverses a list of triggers defined on the given element.

Disable
Enable
Run

Other

Action
ActionCreateFn
fetchAction
registerAction

Scrolling

ScrollTo scrolls to the given element or to the previous scroll position.

ScrollTo
ScrollToConfig

Setting/deleting attributes

SetAttribute sets or deletes an attribute on the given element.

SetAttribute
Attributes

Showing/hiding elements

Display and Undisplay displays or "undisplays" (display: none) the given element.

Show and Hide show or hide the given element with a smooth fading transition.

Display
Hide
Show
Undisplay