Skip to content

Commit a932613

Browse files
docs(animationContainer): document height limitation
1 parent 02bd539 commit a932613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/animationcontainer/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ To use the animation container, add the `TelerikAnimationContainer` tag.
4444
The animation container exposes the following properties and methods:
4545

4646
* `Show()`, `Hide()` and `Toggle()`; `ShowAsync()`, `HideAsync()` and `ToggleAsync()` - to control whether the container is shown.
47-
* `Width` and `Height` - to control its [size]({%slug common-features/dimensions%}).
47+
* `Width` and `Height` - to control its [size]({%slug common-features/dimensions%}). The `Height` cannot be in percentage values, it is recommended to use pixels for it.
4848
* `Top` and `Left` - to control its offset from its parent with special positioning (`relative`, `absolute`, `fixed`).
4949
* `AnimationType` and `AnimationDuration` to control the way it is shown and hidden. The animation duration is in milliseconds (defaults to `300`), and the type is of the `Telerik.Blazor.AnimationType` enum with the following options:
5050
* SlideUp,

0 commit comments

Comments
 (0)