| ▲ | fuelingcurious 4 hours ago |
| Ah interesting, I have playtested on safari, chrome, and edge. I’ll have to look into what’s unique there. Thank you! |
|
| ▲ | cameron_b 4 hours ago | parent | next [-] |
| Up-to-date Firefox on Linux allowed me to complete certification of a shipment of Jet fuel, no trouble all the way through. Great concept and execution. |
| |
| ▲ | fuelingcurious 4 hours ago | parent [-] | | Hurray! Thank you for the update note. I was going to get after it tonight after I put the kids to bed otherwise. | | |
| ▲ | superxpro12 3 hours ago | parent [-] | | On Win11 Firefox latest (148.0.2), I still cant see them :\ You owe me nothing! I just wanted to let you know! | | |
| ▲ | fuelingcurious 3 hours ago | parent [-] | | If you open the Firefox inspection window, right-click any element on a webpage and select Inspect. Alternatively, use the keyboard shortcut Ctrl+Shift+C (Windows/Linux) or Cmd+Option+C (Mac). You can also access it via the menu button (three horizontal lines) -> More Tools -> Web Developer Tools. Does it show any errors? |
|
|
|
|
| ▲ | joeframbach 2 hours ago | parent | prev [-] |
| I figured out why it wouldn't work on my machine: @media (prefers-reduced-motion: reduce) {
*, *::before, *::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
}
With reduced-motion enabled (which is basically required in Tahoe :eyeroll:), animations complete immediately and there is no chance to click the salt/water. |
| |
| ▲ | fuelingcurious 2 hours ago | parent [-] | | Ah! Tried to add an accessibility feature and broke it! I’ll see what I can do to find a better middle ground. |
|