A collection of helper methods for Odo projects.
npm install @odopod/odo-helpers --save
import { onTransitionEnd } from '@odopod/odo-helpers';
onTransitionEnd(myElement, () => {
console.log('`transitionend` event emitted from "myElement"');
});
Visit the Odo component directory for demos, code examples, and documentation.