Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When writing a visualiation configuration, code completion can be used to show the available attributes of an animation. In the following the available animations are explained.

Animation Handler Base Class

The attributes of this class are also available for all other animation handlers and provide generic features.

AttributeDomainDescription
recursiveBoolean

Applies the animation to this element as well as all child elements recursively.

This might be useful, e.g., to set the opacity of an element and also in its children and their children.
However, in most cases this option is not required.


Color Animation

It is used to change the appearance of elements. The fill color, stroke color and with as well as opacity can be changed.

...