jquery - animation backgroundcolor fade out doesn't work -


I could not work this background color

  $ ("# x") . CSS ("background-color", "# 00FF00") $ ("# x"). Animate ({backgroundColor: '# 000000'}, 2000)  

The way you use it is part of the jquery-ui . You can include it in your project:

  & lt; Script src = "https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/jquery-ui.min js" & gt; & Lt; / Script & gt;  


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -