Note that there are some explanatory texts on larger screens.

plurals
  1. POPrevent 'jumpy' CSS transitions on elements with hinted (grid-fitted) text
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COHow intriguing! I would expect that font rendering would be handled by the OS natively and than transformed (like any other element would) - this is clearly not the case. I guess your main concern is the jumpiness of the transition rather than preference to a particular state - I wonder if you could trick the rendering engine into thinking the transition is ongoing?
      singulars
    2. COYeah exactly, I'm basically fine with the OS doing whatever it wants (or the user wants) with the text, it's just that I'd like to have the animation less jumpy/jittery. Initially I assumed just applying any sort of transform that makes grid-fitting less useful (like a very small rotation) would make hinting remain disabled, but sadly that doesn't seem to be that case. Your idea of tricking the browser into a continuing transition is interesting though
      singulars
    3. CO@aphax You are very much correct when you say all of that. It does happen. I have been trying to find a solution to that for quite sometime now, but the only thing I have been able to come up with is to have small transitions of these sort. I mean instead of moving something by `5px`, move it only by `1px`. It would seem less jerky that time. And I will say it again, there seems to by no way to fix this.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload