Skip to content

Commit

Permalink
fix(types): add missing cards effect (#4950)
Browse files Browse the repository at this point in the history
Co-authored-by: xiongweilie <xiongweilie@bytedance.com>
  • Loading branch information
xiongwilee and xiongweilie committed Sep 13, 2021
1 parent d665fb9 commit c18aa08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/swiper-options.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export interface SwiperOptions {
*
* @default 'slide'
*/
effect?: 'slide' | 'fade' | 'cube' | 'coverflow' | 'flip' | 'creative';
effect?: 'slide' | 'fade' | 'cube' | 'coverflow' | 'flip' | 'creative' | 'cards';

/**
* Fire Transition/SlideChange/Start/End events on swiper initialization.
Expand Down

0 comments on commit c18aa08

Please sign in to comment.