@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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-transitions",
3
- "version": "8.0.3",
3
+ "version": "8.0.4",
4
4
  "description": "Framework-agnostic page transitions for Capacitor apps - iOS-style navigation without opinions",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",