From d07128a021a9895ef450e6ed313a0546cfb0f68b Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Thu, 14 Jan 2021 22:05:25 +0100 Subject: fluid: Add workaround to disable initial transitions on page load Although this may look weird on a first sight it does the trick. Perhaps as a result of another bug in recent Webkit-based browsers, still good enough for the time being. --- templates/fluid/template_album.html | 3 +++ templates/fluid/template_index.html | 4 ++++ 2 files changed, 7 insertions(+) (limited to 'templates/fluid') diff --git a/templates/fluid/template_album.html b/templates/fluid/template_album.html index 2535a58..7c028b0 100644 --- a/templates/fluid/template_album.html +++ b/templates/fluid/template_album.html @@ -32,6 +32,9 @@ } + diff --git a/templates/fluid/template_index.html b/templates/fluid/template_index.html index 89c5be1..12fc918 100644 --- a/templates/fluid/template_index.html +++ b/templates/fluid/template_index.html @@ -12,6 +12,10 @@ } + -- cgit v1.2.3