We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 081d632 commit 5784f11Copy full SHA for 5784f11
index.d.ts
@@ -85,6 +85,10 @@ interface SpringProps<S extends object, DS extends object = {}> {
85
* @default undefined
86
*/
87
inject?: any
88
+ /**
89
+ * Animation start delay, optional
90
+ */
91
+ delay?: number
92
}
93
94
export const config: {
@@ -227,7 +231,7 @@ export class ParallaxLayer<
227
231
> extends PureComponent<ParallaxLayerProps<S, DS>> {}
228
232
229
233
interface KeyframesProps<S extends object, DS extends object = {}> {
230
- state: string
234
+ state?: string
235
236
237
export class Keyframes<S extends object, DS extends object> extends Component<
0 commit comments