gpt4 book ai didi

jquery - 同步动画 : how to shrink font size while moving left using jQuery

转载 作者:太空宇宙 更新时间:2023-11-04 13:34:19 25 4
gpt4 key购买 nike

现在我有:

$('#title').animate({fontSize:'20px'},200).animate({marginLeft:'0'},200);

减小字体大小然后向左移动。有没有一种方法可以同时执行这些动画 - 例如,标题开始向左移动并且字体变小?

最佳答案

没关系...

function shrinktitle() {
$("#title").animate({
fontSize:'20px',
marginLeft:'0'
}, { duration: 200, queue: false });
}

关于jquery - 同步动画 : how to shrink font size while moving left using jQuery,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23151194/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com