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: docs/examples/index.md
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -223,6 +223,16 @@ jsCssAnimations.init.fade({
223
223
highlight: [4],
224
224
}">
225
225
226
+
<div class="align-center">
227
+
228
+
::: tip
229
+
Setting '_maintainSpace: **true**_' will automatically set '_dimensionsTransition_' to **false**.
230
+
231
+
It's important to note that, when '_dimensionsTransition_' is set to **true**, it can have an impact on the performance of the page, as it will trigger browser's **Paint** and **Layout** steps which can be costly.
0 commit comments