From c6b1efe85d33009533ce1782eebfab1615df2ab1 Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Fri, 19 Dec 2014 15:55:24 -0800 Subject: [PATCH] Added pause and "add more" buttons to animation demo --- test/demo/item-animation.html | 52 +++++++++++++++++++++++++++++++---- 1 file changed, 46 insertions(+), 6 deletions(-) diff --git a/test/demo/item-animation.html b/test/demo/item-animation.html index a6cbf3a6..254458a6 100644 --- a/test/demo/item-animation.html +++ b/test/demo/item-animation.html @@ -14,12 +14,18 @@ margin: 0; } + .controls { + position: absolute; + right: 10px; + top: 10px; + } +