Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122575195
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
Sun, Jul 20, 15:32
Size
415 B
Mime Type
text/x-java
Expires
Tue, Jul 22, 15:32 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27504928
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