DEV Community

Discussion on: Creating a Word Wheel in CSS

Collapse
 
caseycole589 profile image
Casey Cole

Doesn't work on firefox.

Collapse
 
madsstoumann profile image
Mads Stoumann • Edited

It works fine in the latest version of Firefox (103.0.1) Which version are you using?
I'm on Mac (can not test on PC).

Collapse
 
caseycole589 profile image
Casey Cole • Edited

104.0b5 not working in chrome on pc for me either, so maybe its just my computer. Didn't work on chrome in girlfriends macbook either.
Image description

Thread Thread
 
madsstoumann profile image
Mads Stoumann

It's because of individual transforms - see "update".

Collapse
 
katye333 profile image
Katye Stevens

I just tested on a Mac and it works fine on Firefox (version 103.0.1) but not on Chrome (version 103.0.5060.134)

Thread Thread
 
madsstoumann profile image
Mads Stoumann

The individual transforms (rotate, translate) only works in the latest build of Chrome (104 and onwards)

Collapse
 
nstvnsn profile image
Nathan Stevenson

Works well on Firefox v103.1.0, viewing from my android smartphone.

It does not play nice with the Samsung Internet app v17.0.7.34.

Either way, thanks. My frontend skills are...ugh... so I always enjoy seeing different ideas to potentially use in a project.