You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Historically, span elements can't be animated with CSS. In order to animate them, you'll need to give them a display property. Obviously display: block; will give you undesirable effects, so assigning display: inline-block would be a better choice, and solve the issue.
Having animate.css assign display: inline-block; on span elements will be undesirable; it can potentially break layouts.
WORD
IT wont work.
SWING, TADA, bounce, pulse etc..
IT will work
FLASH
W will be animate if its @display:inline-block;@
The text was updated successfully, but these errors were encountered: