new BoxartMutationObserver()
- Source:
Example
import BoxartMutationObserver from 'boxart-mutation-observer';
import animations from './animations';
new BoxartMutationObserver({animations})
.observe(rootElment);
import BoxartMutationObserver from 'boxart-mutation-observer';
import animations from './animations';
new BoxartMutationObserver({animations})
.observe(rootElment);
import BoxartMutationObserver from 'boxart-mutation-observer';
import animations from './animations';
new BoxartMutationObserver({animations})
.observe(rootElment);