http://jsfiddle.net/chovy/enmxu/
<a href="#">Inbox</a>
a { text-decoration: none; }
a::after { content: ' ⇧'; transform: rotate(180deg); }
根据这个网站,它已在 Chrome 23 中修复......但我有 Chrome 28,但它不起作用。
http://css-tricks.com/transitions-and-animations-on-css-generated-content/ http://trac.webkit.org/changeset/138632