Here's a fiddle demonstrating the problem: http://jsfiddle.net/c4MNs/
Essentially I am swapping out the contents of the content
property under the i:before
pseudo which works fine. However, I am unable to force a transition such that this swap occurs smoothly.
I followed the advice found in this answer: https://stackoverflow.com/a/19579514/765409
But you can see that this is not effective in this situation.
You can't apply transition to pseudo elements content
property's content itself. You can apply transition to a pseudo element's opacity, width, height, its content
's font-size and many more properties... but not the content
property's content.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With