Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies that type of animation for which a contentanimating event was raised.
Syntax
var WinJS.UI.ListViewAnimationType = {
entrance : "entrance",
contentTransition : "contentTransition"
}
Members
The ListViewAnimationType enumeration has these members.
Member | Value | Description |
---|---|---|
entrance | "entrance" | The animation plays when the ListView is first displayed. |
contentTransition | "contentTransition" | The animation plays when the ListView is changing its content. |
Requirements
Minimum WinJS version |
WinJS 3.0 |
Namespace |
WinJS.UI |