I have coded "-moz-transition-property: -moz-box-shadow;" but doesn't work even though webkit works pretty well. Here is my code:
-webkit-transition-property: -webkit-box-shadow; -webkit-transition-duration: 2.5s; -o-transition-property: -o-box-shadow; -o-transition-duration: 2.5s; -moz-transition-property: -moz-box-shadow; -moz-transition-duration: 2.5s;
use "all" instead of -webkit-box-shadow?
Wow, really works. Thank you for your fast solution :)
Glad to help.
I have coded "-moz-transition-property: -moz-box-shadow;" but doesn't work even though webkit works pretty well. Here is my code:
use "all" instead of -webkit-box-shadow?
Wow, really works. Thank you for your fast solution :)
Glad to help.