From 2df57d31804a80f19323e9d371dbf1f47539264c Mon Sep 17 00:00:00 2001 From: Yurii Kliuiev Date: Tue, 10 Nov 2020 21:33:52 +0200 Subject: [PATCH] feat: explicit animation type Closes #21 --- README.md | 2 ++ example/src/App.tsx | 8 ++++++++ src/Date/DatePickerModal.tsx | 5 +++-- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d3388e7..7ed137b2 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ function SingleDatePage() { onConfirm={onChange} saveLabel={'Save'} // optional label={'Select period'} // optional + animationType={'slide'} // optional />