From b807298c666711ba106b06fef05a25073c62b802 Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Tue, 29 Sep 2020 20:49:01 +0100 Subject: [PATCH] Fixed #32051 -- Fixed rocket animation on the 'Congrats' page. - Fixed congratulations smoke being cropped. - Refactored congratulation rocket so the animation can be stopped. - Made animation respect user preference for reduced animation. - Made rocket animation stop after 7s. --- django/views/templates/default_urlconf.html | 63 ++++++++------------- 1 file changed, 25 insertions(+), 38 deletions(-) diff --git a/django/views/templates/default_urlconf.html b/django/views/templates/default_urlconf.html index ce7ce8f339..dc825cf8c2 100644 --- a/django/views/templates/default_urlconf.html +++ b/django/views/templates/default_urlconf.html @@ -8,9 +8,6 @@