Hmm, can anyone else verify that #CSS transitions based on font-size aren't working on #FirefoxFocus?
https://code.fixato.org/transitions.html
It should increase/decrease the font size and line-height and invert the colours of the checkbox label as well as change the height and padding after checking/unchecking it, with a delay and duration of 2 seconds.
However, on Firefox Focus (the automatic cookies deleting version of #Firefox for #Android) the font-size and line-height is changed immediately; only the background/foreground colors, padding and element height are transitioned with delay/gradually.
#css #firefoxfocus #firefox #android #development #coding #webdev #CSSTransitions