From c5ad5ece5fc846ce06fa59ad5ac78aa953cefd62 Mon Sep 17 00:00:00 2001 From: Hristian Stefanov Date: Wed, 12 Mar 2025 13:23:27 +0200 Subject: [PATCH 1/2] chore(AnimationContainer): fix animation container position --- components/animationcontainer/overview.md | 2 +- docs-builder.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/components/animationcontainer/overview.md b/components/animationcontainer/overview.md index 2c72a6371..7136063a7 100644 --- a/components/animationcontainer/overview.md +++ b/components/animationcontainer/overview.md @@ -12,7 +12,7 @@ position: 0 The Blazor Animation Container component enables you to create messages and popups or expandable containers. It lets you define its animation, size and position, and arbitrary content. ->tip If you are looking for an option to create [Notification](slug:notification-overview), [Tooltip](slug:tooltip-overview) or expandable container such as [Drawer](slug:drawer-overview), you may use the dedicated components. +>tip The `AnimationContainer` is designed to render more in-place content and is not a true popup. If you need popup behavior, the [Popup](slug:popup-overview) and [Popover](slug:popover-overview) components are more suitable when [comparing their abilities](slug:common-kb-popup-component-comparison). If you are looking for an option to create [Notification](slug:notification-overview), [Tooltip](slug:tooltip-overview) or expandable container such as [Drawer](slug:drawer-overview), you may use the dedicated components. ## Creating Blazor AnimationContainer diff --git a/docs-builder.yml b/docs-builder.yml index d201f47a2..33db45579 100644 --- a/docs-builder.yml +++ b/docs-builder.yml @@ -345,7 +345,6 @@ meta: position: 2200000 "*components/animationcontainer": title: Animation Container - position: 2000000 "*components/stockchart/tooltip": title: Tooltips position: 22 From 960ef6dda606a6ec0c69f42e3b6ec5c8af1ebd3a Mon Sep 17 00:00:00 2001 From: Hristian Stefanov <72554148+xristianstefanov@users.noreply.github.com> Date: Wed, 12 Mar 2025 13:59:28 +0200 Subject: [PATCH 2/2] Update components/animationcontainer/overview.md Co-authored-by: Dimo Dimov <961014+dimodi@users.noreply.github.com> --- components/animationcontainer/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/animationcontainer/overview.md b/components/animationcontainer/overview.md index 7136063a7..725f6ae30 100644 --- a/components/animationcontainer/overview.md +++ b/components/animationcontainer/overview.md @@ -12,7 +12,7 @@ position: 0 The Blazor Animation Container component enables you to create messages and popups or expandable containers. It lets you define its animation, size and position, and arbitrary content. ->tip The `AnimationContainer` is designed to render more in-place content and is not a true popup. If you need popup behavior, the [Popup](slug:popup-overview) and [Popover](slug:popover-overview) components are more suitable when [comparing their abilities](slug:common-kb-popup-component-comparison). If you are looking for an option to create [Notification](slug:notification-overview), [Tooltip](slug:tooltip-overview) or expandable container such as [Drawer](slug:drawer-overview), you may use the dedicated components. +>tip The `AnimationContainer` animates and renders content in-place and does not have all the features of a true popup. [Compare the abilities of all Telerik Blazor popup components](slug:common-kb-popup-component-comparison) to verify if the [Popup](slug:popup-overview) or [Popover](slug:popover-overview) components are more suitable for your needs. If you are looking for an option to create [Notification](slug:notification-overview), [Tooltip](slug:tooltip-overview) or expandable container such as [Drawer](slug:drawer-overview), you may use the dedicated components. ## Creating Blazor AnimationContainer