Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WinJS.UI.ListViewAnimationType enumeration

Applies to Windows and Windows Phone

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.

MemberValueDescription
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

See also

contentanimating
ListView

 

 

Show: