Skip to content

Commit

Permalink
fix(coverflow effect): interface CoverflowEffectOptions updated. (#5123)
Browse files Browse the repository at this point in the history
  • Loading branch information
SablinSergey authored Oct 21, 2021
1 parent 27ad3a1 commit b1c317a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/types/modules/effect-coverflow.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ export interface CoverflowEffectOptions {
* @default 100
*/
depth?: number;
/**
* Slide scale effect
*
* @default 1
*/
scale?: number;
/**
* Effect multiplier
*
Expand Down

0 comments on commit b1c317a

Please sign in to comment.