From 4b4275daf8c608baf50a29be6ae8f7bf7f442e6c Mon Sep 17 00:00:00 2001 From: Julian Garnier Date: Mon, 4 Jul 2016 22:48:04 +0200 Subject: [PATCH] fix remove example --- examples/remove-elements-from-animations.html | 36 ++++++++----------- 1 file changed, 14 insertions(+), 22 deletions(-) diff --git a/examples/remove-elements-from-animations.html b/examples/remove-elements-from-animations.html index 159bb7f5..2f120a28 100644 --- a/examples/remove-elements-from-animations.html +++ b/examples/remove-elements-from-animations.html @@ -18,6 +18,9 @@ div { width: 1.5rem; height: 1.5rem; + } + + div.disabled { background: #FFF; } @@ -34,36 +37,25 @@