How to Create A Bottom Drawer In ReactJS Using Ionic Framework Components and Gesture API

preview_player
Показать описание
#reactjs #javascript #ionic
Ionic Framework Gesture API makes it easy to create animations and effects in your mobile application. This is a walkthrough of a simple project where we are using the Ionic Framework Gesture API to implement a custom bottom-drawer component.

🔥Related Tutorials 🔥

🔥Links 🔥

#javascript #reactjs #ionic #reacthooks #animations #capacitor #react #ionicframework #TheFutureIsWrittenInCode

-~-~~-~~~-~~-~-
Please watch: "Getting Started With Appwrite, Vue JS Ionic Framework & Capacitor"
-~-~~-~~~-~~-~-
Рекомендации по теме
Комментарии
Автор

I liked a lot the new Gesture API, I'm a real fan of animation and love implement them, the way you explained was easy to understand! Nice job as always.

NunoCostapt
Автор

Hi Aaron, is there a way to declare const gesture: Gesture = createGesture({}) without "Gesture" typescript in there? What would the javascript alternative be?

I cannot use const gesture = createGesture({}) because "Gesture" seems to be imported and used here

saturnorbit