Multiple choice technology web technology

How to incorporate animation to controls using styles

  1. Motion Tween

  2. Time Line

  3. Story Board

  4. Animation

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In WPF/XAML, animations are incorporated using Storyboard objects. A Storyboard is a container timeline that groups and controls child animations. Options A (Motion Tween) and B (Time Line) are animation concepts from other technologies (Flash/Flex). Option D (Animation) is too generic - Storyboard is the specific XAML mechanism for defining and controlling animations in styles and templates.