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
The animation container exposes the following properties:
40
+
The animation container exposes the following properties and methods:
42
41
43
-
*`Visible` - to control whether the container is shown.
42
+
*`Show()`, `Hide()` and `Toggle()` - to control whether the container is shown.
44
43
*`Width` and `Height` - to control its size.
45
44
*`Top` and `Left` - to control its offset from its parent with special positioning (`relative`, `absolute`, `fixed`).
46
45
*`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:
@@ -61,13 +60,14 @@ The animation container exposes the following properties:
0 commit comments