Skip to content

Commit 6ca45c9

Browse files
docs(animationContainer): when you can use at the earliest
1 parent 40c5d86 commit 6ca45c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/animationcontainer/overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +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+
* To show an animation container immediately when the page loads, use the `OnAfterRenderAsync` event.
4748
* `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.
4849
* `Top` and `Left` - to control its offset from its parent with special positioning (`relative`, `absolute`, `fixed`).
4950
* `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:

0 commit comments

Comments
 (0)