Class: BoxartMutationObserver

BoxartMutationObserver()

new BoxartMutationObserver()

Source:
Example
import BoxartMutationObserver from 'boxart-mutation-observer';

  import animations from './animations';

  new BoxartMutationObserver({animations})
  .observe(rootElment);

BoxartMutationObserver()

new BoxartMutationObserver()

Source:
Example
import BoxartMutationObserver from 'boxart-mutation-observer';

  import animations from './animations';

  new BoxartMutationObserver({animations})
  .observe(rootElment);