This is a migrated thread and some comments may be shown as answers.

Visible property removed

3 Answers 111 Views
AnimationContainer
This is a migrated thread and some comments may be shown as answers.
Ryan
Top achievements
Rank 1
Ryan asked on 18 Oct 2019, 12:50 PM
The AnimationContainer's Visible property is no longer available in version 2.2.0 which is a breaking change for us.  Is there another way to initialize the  AnimationContainer in a visible state without calling the Show() or Toggle() methods?

3 Answers, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 18 Oct 2019, 03:08 PM

Hello Ryan,

Indeed, it was removed, and that change was documented here: https://docs.telerik.com/blazor-ui/upgrade/breaking-changes/2-2-0.

Calling its methods is the way to show, hide and toggle it now: https://docs.telerik.com/blazor-ui/components/animationcontainer/overview.

The component renders in its place of declaration, so if want to use simple visibility binding, you can use a generic if-statement and simple <div> elements.

 

Regards,
Marin Bratanov
Progress Telerik

 UI for Blazor
0
Ryan
Top achievements
Rank 1
answered on 18 Oct 2019, 04:12 PM
Thanks Marin!  I'll make sure to read the upgrade notes next time!
0
Marin Bratanov
Telerik team
answered on 18 Oct 2019, 04:17 PM

You may also find useful the upgrade instructions and troubleshooting: https://docs.telerik.com/blazor-ui/upgrade/overview.

 

Regards,
Marin Bratanov
Progress Telerik

 UI for Blazor
Tags
AnimationContainer
Asked by
Ryan
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Ryan
Top achievements
Rank 1
Share this question
or