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: 2025-03-24

I'm still getting a vertical scale transition. Adding this to the css fixes it:
```
.XXKL8c {
transform: matrix(1, 0, 0, 1, 0, 0) !important;
}
```

Post reply

Sign in to post a reply.