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

Window animations in 2011 Q2

1 Answer 41 Views
Window
This is a migrated thread and some comments may be shown as answers.
Kevin
Top achievements
Rank 1
Kevin asked on 16 Aug 2011, 04:06 PM
It appears that the fade in/out animations for the window have gone away in the 2011 Q2 release.

I looked through older forum posts to find this style to try:

<Style TargetType="telerik:RadWindow">
        <Setter Property="telerik:AnimationManager.AnimationSelector">
            <Setter.Value>
                <telerik:AnimationSelector>
                    <telerik:AnimationGroup AnimationName="Show">
                        <telerik:FadeAnimation Direction="In"
                                                 TargetElementName="LayoutRoot">
 
                        </telerik:FadeAnimation>
                        <telerik:ScaleAnimation Direction="In"
                                                  TargetElementName="LayoutRoot"
                                                  MinScale="0.9">
 
                        </telerik:ScaleAnimation>
                    </telerik:AnimationGroup>
                    <telerik:AnimationGroup AnimationName="Hide">
                        <telerik:FadeAnimation Direction="Out"
                                                 TargetElementName="LayoutRoot">
 
                        </telerik:FadeAnimation>
                        <telerik:ScaleAnimation Direction="Out"
                                                  TargetElementName="LayoutRoot"
                                                  MinScale="0.9">
 
                        </telerik:ScaleAnimation>
                    </telerik:AnimationGroup>
                </telerik:AnimationSelector>
            </Setter.Value>
        </Setter>
 
        <Setter Property="telerik:AnimationManager.IsAnimationEnabled" Value="true"/>
    </Style>


But it does nothing.  How do I enable animation for the window in the Q2 release?


1 Answer, 1 is accepted

Sort by
0
Miroslav Nedyalkov
Telerik team
answered on 19 Aug 2011, 12:24 PM
Hi Kevin,

 We removed the animations as we dramatically changed the implementation of the RadWindow control and we weren't able to turn them back on time for the Q2 release. We put them back again and they should be available for the next internal build (at the beginning of the next week).

Kind regards,
Miroslav Nedyalkov
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>

Tags
Window
Asked by
Kevin
Top achievements
Rank 1
Answers by
Miroslav Nedyalkov
Telerik team
Share this question
or