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

RadSlideAnimation TopIn/BottomIn Reversed?

1 Answer 62 Views
Animation
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Zik
Top achievements
Rank 2
Zik asked on 20 Apr 2012, 03:54 PM
It looks like MoveDirection.TopIn causes the window to slide up from the bottom, and MoveDirection.BottomIn causes the window to slide down from the top.  LeftIn and RightIn are correct (window slides in from the left or right, respectively).  All of the Outs are correct.  So it's only TopIn and BottomIn that are reversed.

Duration duration = new Duration(TimeSpan.FromMilliseconds(250));
SettingsWindow.OpenAnimation = new RadSlideAnimation()
{
    FillBehavior = AnimationFillBehavior.Stop,
    Duration = duration,
    MoveDirection = MoveDirection.TopIn
};

1 Answer, 1 is accepted

Sort by
0
Zik
Top achievements
Rank 2
answered on 20 Apr 2012, 03:56 PM
Oh wait never mind - not thinking clearly I guess :)  Window comes in and goes to the top.  Got it.
Tags
Animation
Asked by
Zik
Top achievements
Rank 2
Answers by
Zik
Top achievements
Rank 2
Share this question
or