From c97b37b9fc3bcf3a9e78e4516fb14b536852ea1c Mon Sep 17 00:00:00 2001 From: "jihoon.o" Date: Mon, 13 Jul 2015 11:12:07 +0900 Subject: [PATCH] [TAU] add API Reference document of tauAnimation Change-Id: I670aead80ad5e8df5dd6edf7634aa04e85864abf Signed-off-by: jihoon.o --- org.tizen.web.apireference/html/index.htm | 1 + .../html/ui_fw_api/Animation/animation.htm | 260 +++++++++++++++++++++ org.tizen.web.apireference/index.xml | 1 + 3 files changed, 262 insertions(+) create mode 100644 org.tizen.web.apireference/html/ui_fw_api/Animation/animation.htm diff --git a/org.tizen.web.apireference/html/index.htm b/org.tizen.web.apireference/html/index.htm index c559f21..c967c64 100644 --- a/org.tizen.web.apireference/html/index.htm +++ b/org.tizen.web.apireference/html/index.htm @@ -219,6 +219,7 @@
  • Globalization
  • +
  • Animation
  • W3C/HTML5 and Supplementaries API Reference

    diff --git a/org.tizen.web.apireference/html/ui_fw_api/Animation/animation.htm b/org.tizen.web.apireference/html/ui_fw_api/Animation/animation.htm new file mode 100644 index 0000000..ae5abe8 --- /dev/null +++ b/org.tizen.web.apireference/html/ui_fw_api/Animation/animation.htm @@ -0,0 +1,260 @@ + + + + + + + + Animation + + + +

    Animation

    + +

    Provides features that make and control animation. TAU Animation has relevance to Tween Animator. As you can see below APIs, almost APIs make Tween-able object and control animation.

    + +

    Table of Contents

    +
      + +
    1. Methods + +
        + +
      1. stop +
      2. + +
      3. transform +
      4. + +
      5. tween +
      6. + +
      7. target +
      8. + +
      + +
    2. + +
    + + + + +

    Methods

    + +

    Summary

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    MethodDescription
    +
    stop (  ) 
    +

    Stops animation or group animations.

    +
    transform (  ) 
    +

    Sets transform property of target.

    +
    tween (  ) 
    +

    Adds tween animation with animation information and target is animated.

    +
    Target target ( String str ) 
    +

    Returns animation target object

    +
    + + +
    stop
    +
    +
    +

    Stops animation or group animations.

    +
    +
    +
    stop ( ) 
    +
    + +
    +

    + +

    +
    + + + +
    +

    Return value:

    + + + No Return Value + +
    + +
    + + + +
    transform
    +
    +
    +

    Sets transform property of target.

    +
    +
    +
    transform ( ) 
    +
    + +
    +

    + +

    +
    + + + +
    +

    Return value:

    + + + No Return Value + +
    + +
    + + + +
    tween
    +
    +
    +

    Adds tween animation with animation information and target is animated.

    +
    +
    +
    tween ( ) 
    +
    + +
    +

    + +

    +
    + + + +
    +

    Return value:

    + + + No Return Value + +
    + +
    + +
    target
    +
    +
    +

    Returns animation target object

    +
    +
    +
    Target target ( String str) 
    +
    + +
    +

    + +

    +
    + +
    +

    Parameters:

    + + + + + + + + + + + + + + + + + + + + + +
    ParameterTypeRequired / optionalDefault valueDescription
    strStringrequired
    +
    + +
    +

    Return value:

    + + + + + + + + + + + + +
    TypeDescription
    TargetTarget Object
    + + +
    + +
    + +
    + + + + + \ No newline at end of file diff --git a/org.tizen.web.apireference/index.xml b/org.tizen.web.apireference/index.xml index b09b072..4b4ef5f 100644 --- a/org.tizen.web.apireference/index.xml +++ b/org.tizen.web.apireference/index.xml @@ -168,6 +168,7 @@ + -- 2.7.4