Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有2个div。div a 和 div b。我使用 jquery .append() 到父 div b 到 div a。如何让 div b 继承 div a 的所有 css 动画?
用这个:
$('div').css($(this).parent().css());
将动画分配给 CSS 类名,并为两个对象中的每一个赋予相同的类名。然后,它们甚至不必是父/子关系来继承完全相同的 CSS 动画。