mce icon indicating copy to clipboard operation
mce copied to clipboard

`mce-inview`

Open allenhwkim opened this issue 7 years ago • 0 comments

  • template from user

    • https://html.spec.whatwg.org/multipage/scripting.html#the-template-element
  • IntersectionObserver options

    • root="#my-el", string, css selector
    • root-margin="5%", string
    • threshold=".1,.2,.3,.4", comma separated numbers
  • Output

    • inview="foo(event)"
    • notInview="bar(event)"

allenhwkim avatar May 15 '18 16:05 allenhwkim