You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/animationcontainer/overview.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,7 @@ To use the animation container, add the `TelerikAnimationContainer` tag.
44
44
The animation container exposes the following properties and methods:
45
45
46
46
*`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.
47
48
*`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.
48
49
*`Top` and `Left` - to control its offset from its parent with special positioning (`relative`, `absolute`, `fixed`).
49
50
*`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