Skip to content

Instantly share code, notes, and snippets.

@JonathanDn
Last active March 3, 2019 09:12
Show Gist options
  • Save JonathanDn/2282cefc13c6a46f260c4c6a4928d413 to your computer and use it in GitHub Desktop.
Save JonathanDn/2282cefc13c6a46f260c4c6a4928d413 to your computer and use it in GitHub Desktop.
How Facebook Designs Microinteractions for Feature Discovery article first gist - https://bit.ly/2EtfB6V
// A simple 8 points(coordinates x y) Square 200px by 200px
// with points equally spread along the corners and middle of each
// Square side (right model)
clip-path: polygon(
0 0,
100px 0,
200px 0,
200px 100px,
200px 200px,
100px 200px,
0 200px,
0 100px
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment