Storyboard.reverse Method

Parent Object: Storyboard
Defined in namespace "adsk::fusion" and the header file is <Fusion/Animation/Storyboard.h>

Description

Method that reverses the sequence of actions for the storyboard.

Syntax

"storyboard_var" is a variable referencing a Storyboard object.

returnValue = storyboard_var.reverse()
"storyboard_var" is a variable referencing a Storyboard object.

#include <Fusion/Animation/Storyboard.h>

returnValue = storyboard_var->reverse();
"storyboard_var" is a variable referencing a Storyboard object.

returnValue = storyboard_var.reverse();

Return Value

Type Description
boolean Returns true if the sequence of actions of the storyboard was reversed successfully, false otherwise.

Version

Introduced in version May 2026