MCPcopy Create free account
hub / github.com/codrops/ShapesSlideshow /

Class

src/js/demo4/slideshow.js:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { gsap } from 'gsap';
4
5export class Slideshow extends EventEmitter {
6 constructor(el) {
7 super();
8 this.DOM = {el};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected