@capgo/capacitor-transitions 8.0.3 → 8.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,6 +9,10 @@
|
|
|
9
9
|
|
|
10
10
|
Framework-agnostic page transitions for Capacitor apps. iOS-style navigation without opinions.
|
|
11
11
|
|
|
12
|
+
## Demo
|
|
13
|
+
|
|
14
|
+
<img src="./docs/demo.webp" alt="Demo of capacitor-transitions in action" width="300" />
|
|
15
|
+
|
|
12
16
|
## Features
|
|
13
17
|
|
|
14
18
|
- **Framework Agnostic** - Works with React, Vue, Angular, Svelte, Solid, and any other framework
|
package/package.json
CHANGED