首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

setTimeout()跟setInterval()的区别

2012-11-14 
setTimeout()和setInterval()的区别setInterval is best for animations that continue for an indefinite

setTimeout()和setInterval()的区别

setInterval is best for animations that continue for an indefinite time (for instance, until the user does something). setTimeout, on the other hand, is best suited for animations that have a fixed start and end point.

热点排行