From fb1e9d9e6243aef17d84ddebb806070956f91273 Mon Sep 17 00:00:00 2001 From: Vladimir Banduristov Date: Sun, 31 Jan 2021 13:10:00 +0300 Subject: [PATCH] Add some card effects --- README.MD | 10 +++++ README_RU.MD | 10 +++++ dev/dev.vue | 22 ++++++++++- package-lock.json | 2 +- package.json | 2 +- src/components/VueBottomSheet.vue | 61 ++++++++++++++++++++++++++++--- 6 files changed, 99 insertions(+), 8 deletions(-) diff --git a/README.MD b/README.MD index 8a153ae..ac2a414 100644 --- a/README.MD +++ b/README.MD @@ -70,3 +70,13 @@ Vue.use(VueBottomSheet); | click-to-close | Boolean | Click outside card to close | `:click-to-close="false"` | | max-width | String | Set max-width of component card | `max-width="640px"` | | max-height | String | Set max-height of component card | `max-height="90%"` | +| effect | String | Set effect for component card | `effect="fx-fadein-scale"` | + +### List of effects + +- fx-default +- fx-fadein-scale +- fx-slide-from-right +- fx-slide-from-left + +You can see all the effects on the [demo page](https://webzlodimir.github.io/vue-bottom-sheet-demo/) \ No newline at end of file diff --git a/README_RU.MD b/README_RU.MD index c2e02a0..c4f80ad 100644 --- a/README_RU.MD +++ b/README_RU.MD @@ -70,3 +70,13 @@ Vue.use(VueBottomSheet); | click-to-close | Boolean | Клик вне карточки закрывает компонент | `:click-to-close="false"` | | max-width | String | Устанавливает максимальную ширину карточки компонента | `max-width="640px"` | | max-height | String | Устанавливает максимальную высоту карточки компонента | `max-height="90%"` | +| effect | String | Устанавливает эффект появление карточки компонента | `effect="fx-fadein-scale"` | + +### Список эффектов + +- fx-default +- fx-fadein-scale +- fx-slide-from-right +- fx-slide-from-left + +Вы можете посмотреть все эффекты на [демо странице](https://webzlodimir.github.io/vue-bottom-sheet-demo/) \ No newline at end of file diff --git a/dev/dev.vue b/dev/dev.vue index 0317ad1..24416c3 100644 --- a/dev/dev.vue +++ b/dev/dev.vue @@ -57,6 +57,24 @@ class="form-control" /> +
+ + +