Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 480 Bytes

NOTES.md

File metadata and controls

27 lines (23 loc) · 480 Bytes

These are my local notes

Not really useful for anyone else

  • disabled - boolean

  • start

    • value (unit optional)
    • selector (when it hits the bottom of the viewport)
    • dom node
    • string "self"
  • end

    • value (unit optional)
    • selector (when it leaves the viewport)
    • dom node
  • duration

    • value (unit optional)
    • selector (it's height) ?
    • dom node
    • string "self"
  • offset

    • value (unit optional)
  • units

    • pixels - default
    • vh
    • % of the page