?
avatar PhilETaylor
PhilETaylor
29 Jan 2021

Steps to reproduce the issue

installing Joomla 4 you get a throbber

Screenshot 2021-01-29 at 11 59 02

Expected result

the colours of the Joomla logo should match the trademark brand guidelines

https://www.joomla.org/images/logos/Joomla_Brand_Manual_10-02-2005.pdf

Actual result

The red is not red.

Also it could be argued that the faded colours are also against the guidelines, but then it would not be a throbber...

avatar PhilETaylor PhilETaylor - open - 29 Jan 2021
avatar joomla-cms-bot joomla-cms-bot - change - 29 Jan 2021
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 29 Jan 2021
avatar dgrammatiko
dgrammatiko - comment - 29 Jan 2021

The red is not red.

That's due to opacity, not much that can be done here unless the backdrop is another element (div)

avatar PhilETaylor
PhilETaylor - comment - 29 Jan 2021

The red is not red when at its fullest colour opacity..

(Even making a throbber out of a brand mark is also against the guidelines... but I doubt Joomla will enforce its own rules on itself, its too busy chasing others for misusing the mark)

avatar PhilETaylor
PhilETaylor - comment - 29 Jan 2021
@keyframes jspinner {
  0%, 40%, 100% {
    opacity: .3;
  }
  20% {
    opacity: 1;
  }
}

so it reaches #f44321 for a tiny amount of time... .

So is this a won't fix then?

avatar Fedik
Fedik - comment - 29 Jan 2021

backdrop can be rgba(255, 255, 255, 0.3), instead of use the opacity

avatar chmst
chmst - comment - 25 Mar 2021

Despite of colours - it looks jerky. I have no solution, so cannot complain, but wohld like a smooth decent ring.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/32187.

avatar dgrammatiko
dgrammatiko - comment - 25 Mar 2021

but wohld like a smooth decent ring

The initial version was with actual SVG and the animation Joomla -> heart by Noemi but the old guard was insisting on keeping this thing (which is not even responsive, the width/height are fixed)... Sad panda

avatar PhilETaylor PhilETaylor - change - 17 Apr 2021
Status New Closed
Closed_Date 0000-00-00 00:00:00 2021-04-17 15:25:15
Closed_By PhilETaylor
avatar PhilETaylor PhilETaylor - close - 17 Apr 2021
avatar PhilETaylor
PhilETaylor - comment - 17 Apr 2021

bigger fish to fry - doubt this will be resolved here.

Add a Comment

Login with GitHub to post a comment