/* ==UserStyle==
@name        Google Photos without slide transition
@description Disable the sliding transition between photos and videos in Google Photos
@match       https://photos.google.com/*
@version     1.0
@namespace https://greasyfork.org/users/971713
@downloadURL https://update.greasyfork.org/scripts/453192/Google%20Photos%20without%20slide%20transition.user.css
@updateURL https://update.greasyfork.org/scripts/453192/Google%20Photos%20without%20slide%20transition.meta.css
==/UserStyle== */

.TTxCae {
    transform: matrix(1, 0, 0, 1, 0, 0) !important;
    opacity: 1 !important;
}
