Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122137093
Keyframes.d.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Jul 16, 01:34
Size
415 B
Mime Type
text/x-java
Expires
Fri, Jul 18, 01:34 (2 d)
Engine
blob
Format
Raw Data
Handle
27366077
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
Keyframes.d.ts
View Options
import StyleSheet from '../sheet';
import { Keyframes as KeyframesType, Stringifier } from '../types';
export default class Keyframes implements KeyframesType {
id: string;
name: string;
rules: string;
constructor(name: string, rules: string);
inject: (styleSheet: StyleSheet, stylisInstance?: Stringifier) => void;
toString: () => void;
getName(stylisInstance?: Stringifier): string;
}
Event Timeline
Log In to Comment