我遇到了以下代码的问题,它创建了一些奇怪的动画,其中一个在动画期间将内容降低了大约 1em,然后在停止时将其重新移动。存档页面上的另一个导致奇怪的震动效果。
jQuery(document).ready(function() {
jQuery(".hide").hide();
//toggle the componenet with class msg_body
jQuery(".show").click(function()
{
jQuery(this).next(".hide").slideToggle(500);
});
});
点击关于页面底部的“待办事项”
http://msc-media.co.uk/tag/france/
点击任何一天 - 在 div 展开之前奇怪的晃动