presentation
Custom navigation transitions, animations and styles
Fields
type
• enum
type
• enumdefault
, fullscreen
, pop-in
default
, fullscreen
, pop-in
style
• enum
style
• enumdefault
, fade
, flip
default
, fade
, flip
Popover transition only fields
snapPoints
• array
snapPoints
• arrayOnly available on popover transition type ['40%', '65%']
['40%', '65%']

Basic Example usage of default
presentation
{
"transition": "default",
"style": "default"
}
Example of fullscreen
presentation
{
"transition": "fullscreen",
"style": "default"
}
Example of fullscreen
and flip
presentation
{
"transition": "fullscreen",
"style": "flip"
}
Example of pop-in
and flip
presentation
{
"transition": "pop-in",
"style": "default",
"spanPoints": ['40%', '65%']
}
Updated 9 days ago