Changes between Version 1 and Version 4 of Ticket #32051


Ignore:
Timestamp:
Sep 28, 2020, 6:36:25 PM (4 years ago)
Author:
Thibaud Colas
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32051

    • Property Summary Animation issues with rocket on Congrats pageAnimation issues with rocket on Congrats new project page
    • Property Keywords accessibility ui added
    • Property UI/UX set
  • Ticket #32051 – Description

    v1 v4  
    44- Firefox has a different animation from other browsers, where the rocket `exhaust__line` extends further than it should.
    55- For other browsers (tested in Chrome and Safari on macOS), the smoke is cropped to the sides because of root-level SVGs being `overflow: hidden`.
    6 - The animation doesn’t respect [`prefers-reduced-motion: reduce`](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion) (more of an enhancement).
     6- The animation doesn’t respect [https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion `prefers-reduced-motion: reduce`] (more of an enhancement).
    77
    88I’ve taken a stab at addressing these, and cleaning up unused CSS and SVG, in https://github.com/django/django/pull/13463.
Back to Top