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
Copy file name to clipboardExpand all lines: documentation/docs/examples/advanced-banners.mdx
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,12 @@ The following is a breakdown of some of the more advanced configuration for the
24
24
4. Certain layers set `expanded` to `false`. This is because they don't move or have no edge that would appear visible so there is no need to expand them.
25
25
5. Lastly, a gradient overlay is added to dim the scene with an `opacity` transition.
26
26
27
+
:::info
28
+
29
+
Here's a [CodeSandbox](https://codesandbox.io/s/mvzp1) with [full page banner](https://mvzp1.csb.app/) like the one above.
0 commit comments