How to animate text with css font-weight property in jQuery ? normal to bold
问题 I am trying to animation like opacity effect, which turns text bolder slowly. Tried usual animate() method but didn't work. Searched for it but coundn't find any example. Is it possible to do this? jsFiddle. jQuery: var Text = $('h1'); Text.click(function() { Text.animate({'font-weight':'bold'},600) .delay(200).animate({'font-weight':'normal'},600); }); 回答1: Sadly I think this is impossible. Each character in a font has a specific shape. In addition, similar characters in different weights