Skip to content

Instantly share code, notes, and snippets.

@bloodyowl
Created April 2, 2014 19:16
Show Gist options
  • Save bloodyowl/9941115 to your computer and use it in GitHub Desktop.
Save bloodyowl/9941115 to your computer and use it in GitHub Desktop.
lightweight specifications draft

navigation

events

click : menu item

Opens the subNav block. Should use a transition.

click : subnav close icon

Closes the subNav block. Should fade.

click : newsletter button

Opens the popin block with the popin#newsletter content. Should appear from top.

navigation

IMAGE, with (n) points.

definitions

  1. block
  2. item
  3. subNav
  4. subNav close icon
  5. subNav item
  6. newsletter block
  7. newsletter button

events

click : item

Opens the subNav block. Should use a transition.

click : subnav close icon

Closes the subNav block. Should fade.

click : newsletter button

Opens the popin block with the popin#newsletter content. Should appear from top.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment