How should you complete the relevant code?

DRAG DROP
You develop a Windows Store app by using JavaScript. The app displays a list of video
controls. The user can add video controls to the list.
You need to animate the video control list when the user adds a control to the list.
How should you complete the relevant code? (To answer, drag the appropriate code
segments to the correct locations in the answer area. Each code segment may be used
once, more than once, or not at all. You may need to drag the split bar between panes or
scroll to view content.)

DRAG DROP
You develop a Windows Store app by using JavaScript. The app displays a list of video
controls. The user can add video controls to the list.
You need to animate the video control list when the user adds a control to the list.
How should you complete the relevant code? (To answer, drag the appropriate code
segments to the correct locations in the answer area. Each code segment may be used
once, more than once, or not at all. You may need to drag the split bar between panes or
scroll to view content.)

Answer:



Leave a Reply 1

Your email address will not be published. Required fields are marked *


chicco

chicco

Wrong Answer: right answer is :

1) var addToList = WinJS.UI.Animation.createAddToListAnimation
2) addToList.execute();