Changes between Version 1 and Version 4 of Ticket #32051
- Timestamp:
- Sep 28, 2020, 6:36:25 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32051
- Property Summary Animation issues with rocket on Congrats page → Animation issues with rocket on Congrats new project page
- Property Keywords accessibility ui added
- Property UI/UX set
-
Ticket #32051 – Description
v1 v4 4 4 - Firefox has a different animation from other browsers, where the rocket `exhaust__line` extends further than it should. 5 5 - 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). 7 7 8 8 I’ve taken a stab at addressing these, and cleaning up unused CSS and SVG, in https://github.com/django/django/pull/13463.