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

Class

src/js/demo1/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 // the main wrapper <div class="slideshow">

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected