animate()方法是只有点击时才会生效吗

animate()方法是只有点击时才会生效吗?
我在使用animate()方法的时候,没有看到页面上有相应的动画效果。查阅了相关资料之后,我发现网上的相关代码animate()方法都需要点击才能实现。它是一定要点击才能实现吗?

不是必须点击 。
直接 就能触发 只要你加了属性和 动画名
https://www.w3school.com.cn/tiy/t.asp?f=eg_css3_animation
https://www.w3school.com.cn/cssref/pr_animation.asp

jq 里的 animate 也不是必须点击 。 其它方法 也能触发啊 。比如 失去焦点 、一进页面就执行等等
https://www.runoob.com/jquery/eff-animate.html

我把 点击事件去了 也能执行

img

https://www.runoob.com/try/try.php?filename=tryjquery_eff_animate2