end of jquery fadeIn() has a 'bump' in Chrome

前端 未结 4 1927
一整个雨季
一整个雨季 2021-01-23 05:21

I\'m using a very simple fadeIn and fadeOut in Chrome. I just want one text element to fade out and another to fade in. Working example: http://jsfiddle.net/forgetcolor/7eR5Q

4条回答
  •  情话喂你
    2021-01-23 06:03

    For future users who come across this, I found this solution worked for me.

    -webkit-opacity: .99;
    

提交回复
热议问题