Google Photos without slide transition

Disable the sliding transition between photos and videos in Google Photos

< Feedback on Google Photos without slide transition

Review: OK - script works, but has bugs

§
Posted: 2024.10.04.

Exactly what I was looking for and works like a charm, thanks!

§
Posted: 2024.10.04.

It's not perfect though -- there is odd-looking stretching animation when switching between landscape and portrait photos, or vice versa; this may also affect neighbour photo (e.g., landscape - (bad) - portrait - (also bad) - portrait - (good, no animation) - portrait ... )

§
Posted: 2025.03.24.

Try adding this to the css
```
.XXKL8c {
transform: matrix(1, 0, 0, 1, 0, 0) !important;
}
```

§
Posted: 2025.03.29.

Thanks!

Post reply

Sign in to post a reply.