UFShowable can be used to add show and hide transition support to an object.

It fires the following events: ShowStartedEvent, ShowDoneEvent, HideStartedEvent, HideDoneEvent.

For default transition UFShowable uses fade; this can be changed by overriding the following protected methods: performShow and performHide.

Constructors

Properties

HideDoneEvent: string = 'uf-showable-hide-done'

Event fired when hide is done.

HideStartedEvent: string = 'uf-showable-hide-started'

Event fired when hide is started.

ShowDoneEvent: string = 'uf-showable-show-done'

Event fired when show is done.

ShowStartedEvent: string = 'uf-showable-show-started'

Event fired when show is started.

Accessors

Methods