MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / addCssKeyframeSelectors

Function addCssKeyframeSelectors

packages/cli/src/commands/keyframes.ts:642–648  ·  view source on GitHub ↗
(selectors: Set<string>, cmp: SurfacedComposition)

Source from the content-addressed store, hash-verified

640}
641
642function addCssKeyframeSelectors(selectors: Set<string>, cmp: SurfacedComposition): void {
643 for (const css of cmp.cssKeyframes) {
644 for (const selector of css.selectors) {
645 if (selector) selectors.add(selector);
646 }
647 }
648}
649
650function addAnimeSelectors(selectors: Set<string>, cmp: SurfacedComposition): void {
651 for (const anime of cmp.anime) {

Callers 1

collectShotSelectorsFunction · 0.85

Calls 1

addMethod · 0.80

Tested by

no test coverage detected