From dc62871f66b2e2139531d682d607a0d293a472bd Mon Sep 17 00:00:00 2001 From: Heeju Joo Date: Wed, 11 Nov 2015 15:19:36 +0900 Subject: [PATCH] fix(TAU): add note for information of getting tau.animation.js library Change-Id: I962a66b9b2e87cba1beaaf5d3c353fd205c3154b Signed-off-by: Heeju Joo --- .../html/web/tau/creating_animation_w.htm | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/org.tizen.ui.practices/html/web/tau/creating_animation_w.htm b/org.tizen.ui.practices/html/web/tau/creating_animation_w.htm index 3c90eea..5ee91c9 100644 --- a/org.tizen.ui.practices/html/web/tau/creating_animation_w.htm +++ b/org.tizen.ui.practices/html/web/tau/creating_animation_w.htm @@ -48,6 +48,17 @@

tau.animation is the namespace of the TAU Animation. You can call TAU Animation functions through this namespace.

+ + + + + + + + + +
Note
To get tau.animation.min.js library, please create new project with UIComponents sample and you can get this in lib/tau/animation directory.
+

Creating TAU Animations

@@ -188,4 +199,4 @@ t('.box').tween({rotateZ: 120}, {duration: 1000, stagger: 200}); - \ No newline at end of file + -- 2.7.4