Google Photos without slide transition

Disable the sliding transition between photos and videos in Google Photos

< Rückmeldungen auf Google Photos without slide transition

Rezension: OK - Skript funktioniert, hat aber Fehler

§
Veröffentlicht: 24.03.2025

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;
}
```

Antwort schreiben

Anmelden um eine Antwort zu senden.