I am using blink
in my application to display error message. The problem is that it's working in Firefox but not in Chrome. I don't know what the problem is. How can I make it to work in Chrome?
相关问题
- Adding a timeout to a render function in ReactJS
-
Why does the box-shadow property not apply to a
- Add animation to jQuery function Interval
- jQuery hover to slide?
- Issue with star rating css
It is deprecated so you might try to do it with javascript. Here is an example I made out of jquery for you: http://jsfiddle.net/FPsdy/ It is very simple:
Blink is deprecated, and you should not use it.
http://www.w3.org/wiki/HTML/Elements/blink
Try adding the following lines of code to your css file.
This is because many browsers doesn't support few css functions. You should try updating your chrome browser.
Add following code to your css file,