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:
There is no “AddToListAnimation”. The correct answer is “createAddToListAnimation”. Source: http://msdn.microsoft.com/en-us/library/windows/apps/br212653.aspx
Yes, createAddToListAnimation() is the right method.
addToListAnimation is wrong.