Describe the bug
AnimatedContainerComponent#motion has the wrong description in documentation
/**
* Use a custom tag for the container. Defaults to div.
@argument motion
@type String
*/
motion: MotionConstructor = Resize;
Normally I'd open a PR when I find issues in documentation, but this is a case where I don't know what that argument is used for.