In the example below the items should slide in one at a time using the `stagger` class: ``` html {{ message.$value }} ``` Adding the `slow` or `fast` class overrides the `stagger` class. This causes all the items to slide in at the same time. ``` html {{ message.$value }} ```