MCPcopy Index your code
hub / github.com/NativeScript/nativescript-angular / Keyframe

Interface Keyframe

nativescript-angular/animations/utils.ts:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { KeyframeAnimation, KeyframeAnimationInfo, KeyframeDeclaration, KeyframeInfo, parseKeyframeDeclarations, animationTimingFunctionConverter } from '@nativescript/core';
2
3export interface Keyframe {
4 [key: string]: string | number;
5 offset: number;
6}
7
8const DASH_CASE_REGEXP = /-+([a-z0-9])/g;
9export function dashCaseToCamelCase(input: string): string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected