Chrome freeze — Fold / Flip / Skew
On the newest Google Chrome desktop, scrolling to a WOW Fold, Flip, or Skew animation can freeze the tab. This affects Plugin Toolkit and Matrix One only. Matrix Framework is not affected.
Product status
Matrix Framework
Uses the modern Motion One library — not WOW.js. No update required for this issue.
Matrix One
Modular Matrix One: upload the latest CSS and JS from the Updates section in the admin menu.
Plugin Toolkit
Upload the newest Toolkit files that include this bug fix (same Fold / Flip / Skew path as Matrix One).
Matrix Themes (classic)
Older non-modular Matrix Themes: replace your site’s matrix-min.js with the fixed file below.
1 Symptoms
Open a page with Fold / Flip / Skew
Any widget using wow plus an is-folded-*, is-flip-*, or is-skew-* class.
Scroll until it would reveal
The animation is about to play as the element enters the viewport.
The tab locks
The page stops responding; the rest of the content never paints. You may need to force-close the tab.
Affected class patterns
| Family |
Examples (always with .wow)
|
|---|---|
| Fold |
is-folded-left, is-folded-right, is-folded-top, is-folded-bottom, is-folded-middle-*,
is-folded-blur, *-img variants
|
| Flip |
is-flip-left-right, is-flip-right-left
|
| Skew |
is-skew-left, is-skew-right
|
2 Cause
This is a CSS + Chrome interaction, not a runaway JavaScript loop in the fluid module. Older theme CSS set a pre-reveal state of clip-path: none, then
transitioned to an inset(…) clip when WOW added animate__animated — often with an overshooting cubic-bezier (y outside [0, 1]). Newest Chrome's
composited clip-path animations can lock the main thread on that path.
-
Unsafe: transition from
clip-path: none→inset(…) -
Unsafe:
cubic-bezierwith y < 0 or y > 1 on clip-path motion -
Safe path:
@keyframesonly between explicitinset(…)values, with easing y in[0, 1]
3 How to fix
Choose the path that matches the product on your Jimdo site. In every case the fix is already included in the updated files — you only need to upload them.
Classic Matrix Themes (not modular Matrix One)
If your site still runs the older Matrix Themes package (the classic, non-modular build), replace the existing matrix-min.js on your site with the latest file.
That single upload contains the fix for this Chrome freeze — no CSS kill-switch and no other files required.
Download the fixed file
Use the download below to get the latest matrix-min.js.
Upload it to your Jimdo site
Replace the previous matrix-min.js in the same location your Head / Footer already references (same filename and path).
Hard-refresh and verify
Reload the published page in Chrome and scroll to a Fold / Flip / Skew widget — the tab should stay responsive and the effect should play normally.
Matrix One (modular)
If you are already on Matrix One, open the Matrix sliding admin menu → Updates, download the latest CSS and JS packages, and upload them over the files currently on your site. That update set includes the permanent Fold / Flip / Skew fix.
- Upload every updated CSS and JS file from the Updates section so versions stay in sync
- No emergency Custom CSS is required once the new files are live
- Hard-refresh the published page and re-test Fold / Flip / Skew in newest Chrome desktop
Plugin Toolkit
Plugin Toolkit is fixed as well. Download the newest Toolkit package that includes this bug fix and upload the updated files over the ones currently linked from your site Head / Footer (same filenames and paths). After a hard refresh, Fold / Flip / Skew should no longer freeze Chrome.
- Use the latest Toolkit release that advertises this Chrome Fold / Flip / Skew fix
- Replace the previous JS (and CSS, if the package includes updated styles) completely — avoid mixing old and new files
- If the editor itself freezes before you can upload, use the recovery options in Can't open the editor first
Matrix Framework
This bug does not affect Matrix Framework. Framework does not use WOW.js for scroll animations — it uses the modern Motion One library
(motion-foldLeft, motion-flipLeftRight, and related classes). No action is needed.
4 Can't open the editor
Sometimes Fold / Flip / Skew is placed near the top of the homepage. In that case Chrome can freeze as soon as the editor loads the page — before you can reach Updates, Head settings, or file uploads. Use one of the recovery paths below, then apply the product fix from How to fix.
1. Jimdo Safe Mode (preferred)
Jimdo’s editor Safe Mode keeps site-wide Head / Footer code running, but shows HTML / Widget modules as inert source so their scripts (and these fold reveals) cannot choke the editor. That lets you open the page, upload the fixed files, and exit Safe Mode when you’re done.
-
Open the editor URL and add
&safemode=1while keepingcmsEdit=1— for example?cmsEdit=1&safemode=1 - Matrix Framework also adds an optional Safe mode shortcut in the sliding admin menu (v1.7.6+). You may need the manual URL today if that menu item is not enabled yet — it’s new, and worth turning on for future recovery
- Exit with Jimdo’s own Exit safe mode banner when the fixed files are uploaded
Full details: Safe Mode docs · matrix-framework.com/support/framework/safe-mode/
2. Switch to a default Jimdo template
Applying a default Jimdo template temporarily disables custom layout / custom code. With Matrix unloaded, the editor stays usable so you can upload the bug-fix files. When the new files are in place, activate your custom layout again.
3. Jimdo Creator app (last resort)
If Safe Mode and switching template in the browser editor are not available, open the Jimdo Creator app, apply any default template from the app, then upload the fixed files from your desktop. Once the update is done, activate the custom layout again. Use this only when the other options are not possible.
What still works
Plain Animate.css fades never hit this bug — they animate transform / opacity only:
<div class="wow animate__animated animate__fadeInUp">…</div>
-
Matrix Framework Motion One tags (
motion-foldLeft, etc.) — different engine, not this Chrome path - Firefox, Safari, older Chrome, and mobile Chrome in reported cases
- Pages that never use Fold / Flip / Skew classes
Next steps
All known issues
Back to the Support hub list — more issue reports will appear here as they are documented.
View known issues →Safe Mode
Enter the Jimdo editor safely when a broken or freezing widget blocks the homepage.
Open Safe Mode docs →Email support
Still stuck after uploading the update? Include your site URL and which product you use.
Contact support →