1 extends DialogicAnimation
3 func animate() -> void:
4 await node.get_tree().process_frame
8 func _get_named_variations() -> Dictionary:
10 "instant in": {"reversed": false, "type": AnimationType.IN},
11 "instant out": {"reversed": true, "type": AnimationType.OUT},