EN
Dieser Inhalt ist in Ihrer Sprache leider nicht verfügbar. Im Folgenden finden Sie die englische Version.
2 von 3 fanden dies hilfreich - Dieses Thema bewerten.

WinJS.UI.ListViewAnimationType enumeration

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 supported client

Windows 8 [Windows Store apps only]

Minimum supported server

Windows Server 2012 [Windows Store apps only]

Namespace

WinJS.UI

Library

Ui.js

See also

contentanimating
ListView

 

 

Build date: 12/5/2012

© 2013 Microsoft. Alle Rechte vorbehalten.