diff --git a/docs/components/window/frame.ejs b/docs/components/window/frame.ejs index 9fbd803..c2f0e60 100644 --- a/docs/components/window/frame.ejs +++ b/docs/components/window/frame.ejs @@ -70,4 +70,24 @@ `) %> + +
+ To make the aero effect move when scrolling, or changing the viewport size, change the background-attachment
property of the .title-bar
to fixed
or scroll
, depending on your requirements.
+
The aero effect is now changing with the scroll position.
+