OptionalanimationSpecifies how the transform should be animated.
See IReaderViewTransformManagerOptions.defaultAnimationMode for the default behaviour.
OptionalmaxThe maximum zoom level to use for the transform.
If not specified, the maxScaleFactor defined in IReaderViewOptions.transformManagerOptions.maxScaleFactor
will be used.
Note that this value is clamped. If it is greater than IReaderViewOptions.transformManagerOptions.maxScaleFactor,
then IReaderViewOptions.transformManagerOptions.maxScaleFactor will be used instead.
Options related to IReaderViewTransformManager.zoomToClientRect().