You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| imageUrl | `string` | The background image to show while expanded. |
58
54
| height | `number \|string` | The height for the header when expanded. If the value is a number, it will be set in `px`. If the value is a string it will be passed as is (eg: `"20rem"`) |
59
-
| color | `string` | The color (web hex formatted) to show while the header is expanded when no `imageUrl` is set. When scrolled it will fade to the toolbar's color. |
60
-
| bgPosition | `'top' \|'center' \|'bottom'` | The position of the image in the header. This parameter slightly changes the feeling of the animation. |
55
+
| color | `string` | The color (web hex formatted) to show while the header is expanded when no `imageUrl` is set. When scrolled, it will fade to the toolbar's color. |
56
+
| bgPosition | `'top' \|'center' \|'bottom'` | The position of the image in the header. This parameter slightly changes the feeling of the animation. Default: `'top'` |
61
57
62
58
## Contributing
63
59
64
60
I don't plan to be maintaining this package full-time, but as I'm usually developing in Ionic I'll be glad to update it any time I make some upgrades for myself.
65
-
Code contributions, issues and PRs are very welcome. Find the instructions in the [CONTRIBUTING.md](CONTRIBUTING.md) file.
61
+
Code contributions, issues, and PRs are very welcome. Find the instructions in the [CONTRIBUTING.md](CONTRIBUTING.md) file.
0 commit comments