I'd like for my winJS Flyout to slide rather than fade in. How can I modify the default animation?
Asked
Active
Viewed 235 times
1 Answers
1
All the animation codes for the FlyOut lies in the js Ui.js in the javascript library which is actually not editable. Instead of creating a flyout you can always go for a div
and animate it accordingly.
On the other hand, Microsoft also provides the css class for different controls including flyout so you can add your css. A better option would be to use the Placement property of flyout and after show animate is say margin the way you would like for a slide animation.
This is just a work around see if it can help you.

Jeromy French
- 11,812
- 19
- 76
- 129

Anobik
- 4,841
- 2
- 17
- 32