4.1
Naming
4.2
Usage
To ensure our interactions are easy to understand and manage we follow the below naming rules.
[Component/Element Name] [Trigger]
Team Card (Hover In)
This naming suggests there's an interaction when the user hovers over the team card.
Nav (On Open)
This naming suggests there's an interaction when the .nav component opens.
Page Wrapper Wipe (On Page Load)
This naming suggests there's a wipe interaction on the .page wrapper element on load.
As a minimum we always apply one-step interactions on any links throughout the website project.