删除对象时有一些效果

时间:2012-06-26 15:46:13

标签: knockout.js

当我使用'.pop'或'.remove'时,knockout会自动删除html dom中对应的元素。 我的问题是:从数组中删除这些对象时,我可以像jquery的'.hide'那样做一些效果吗?

1 个答案:

答案 0 :(得分:7)

使用foreach绑定的beforeRemove回调:

http://knockoutjs.com/documentation/foreach-binding.html

动画过渡可能有助于演示如何制作动画:

http://knockoutjs.com/examples/animatedTransitions.html