Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 522 Bytes

File metadata and controls

23 lines (14 loc) · 522 Bytes

Etch-a-sketch

see etch-a-sketch.js

Mother-effing hsl

Click Outside Modal

text pastry extension lets you do 1 to x which will past in a sequence of numbers to each cursor

opacity: 0; pointer-events: none; // Hides an item on the page and makes it unclickable

opacity: 1; pointer-events: all; // Turns it back on

Tabs

Attributes with a "-" ie. area-selected can almost always be accessed with camel case in JS. ie. ariaSelected

Some properites(custom and aria) need to be accessed with setAttribute method