Created
September 8, 2022 17:32
-
-
Save cp-radhika-s/1e2d2286c8177d9b4ed2b8ee0ad0775f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Transitions: { | |
default: { | |
from: 'start', | |
to: 'end', | |
onSwipe: { | |
anchor: 'contentBg', | |
direction: 'up', | |
side: 'top' | |
}, | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment