diff --git a/index.html b/index.html index c1f179a..5cae746 100644 --- a/index.html +++ b/index.html @@ -576,7 +576,7 @@
$scope.items: {{items}}
People have been asking for a way to animate the addition and removal of DOM elements. This is a simple way of doing it using CSS3 transitions. A 'hidden' transitionable class (that doesn't use dislay:none) is attached to the node before it's injected and then immediately removed after.
People have been asking for a way to animate the addition and removal of DOM elements. This is a simple way of doing it using CSS3 transitions. A 'hidden' transitionable class (that doesn't use display:none) is attached to the node before it's injected and then immediately removed after.