entrance property

Set<MarkEntrance>? entrance
getter/setter pair

The stratage for mark elements to enter in initialization if there is animation.

That means which encode attributes are zero at the begining of animation.

If null, a default {MarkEntrance.opacity} is set.

Implementation

Set<MarkEntrance>? entrance;