get_transitions_enabled


Description:

[ Version ( deprecated = true , deprecated_since = "3.22" , since = "3.16" ) ]
public bool get_transitions_enabled ()

Warning: get_transitions_enabled is deprecated since 3.22.

Returns whether show/hide transitions are enabled on this popover.

Note:

You can show or hide the popover without transitions using show and hide while popup and popdown will use transitions.

Parameters:

this

a Popover

Returns:

TRUE if the show and hide transitions of the given popover are enabled, FALSE otherwise.