Demo of Spotlight Behavior

This paragraph of text will be spotlighted when you click here. Spotlights are used to draw attention to a change that occurred in the interface or to draw the user's attention to a specific area of the interface.
$proto('.example-live', {
  Click: {
    onClick: {
      Spotlight:{}
    }  
  }
});

For a full description of this behavior see the Spotlight Documentation Page.