[TAU] add API Reference document of tauAnimation
authorjihoon.o <jihoon.o@samsung.com>
Mon, 13 Jul 2015 02:12:07 +0000 (11:12 +0900)
committerHeeju Joo <heeju.joo@samsung.com>
Mon, 13 Jul 2015 08:50:07 +0000 (17:50 +0900)
Change-Id: I670aead80ad5e8df5dd6edf7634aa04e85864abf
Signed-off-by: jihoon.o <jihoon.o@samsung.com>
org.tizen.web.apireference/html/index.htm
org.tizen.web.apireference/html/ui_fw_api/Animation/animation.htm [new file with mode: 0644]
org.tizen.web.apireference/index.xml

index c559f21..c967c64 100644 (file)
                                        </ul>
                                </li>
                                <li><a href="ui_fw_api/Globalization/globalization.htm">Globalization</a></li>
+                <li><a href="ui_fw_api/Animation/animation.htm">Animation</a></li>
                        </ul>
 
        <h3><a href="w3c_api/w3c_api_cover.html">W3C/HTML5 and Supplementaries API Reference</a></h3> 
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 (file)
index 0000000..ae5abe8
--- /dev/null
@@ -0,0 +1,260 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+<head>
+    <script type="text/javascript" src="../snippet.js"></script>
+    <meta http-equiv="content-type" content="text/html; charset=utf-8">
+    <link href="../styles.css" rel="StyleSheet" type="text/css">
+    <link href="../snippet.css" rel="StyleSheet" type="text/css">
+    <title>Animation</title>
+</head>
+<body onload="prettyPrint()" id="content">
+
+<h1>Animation</h1>
+
+<p>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.</p>
+
+<h2>Table of Contents</h2>
+<ol class="toc">
+
+    <li><a href="#methods-list">Methods</a>
+
+        <ol class="toc">
+
+            <li><a href="#method-stop">stop</a>
+            </li>
+
+            <li><a href="#method-transform">transform</a>
+            </li>
+
+            <li><a href="#method-tween">tween</a>
+            </li>
+
+            <li><a href="#method-target">target</a>
+            </li>
+
+        </ol>
+
+    </li>
+
+</ol>
+
+
+
+
+<h2><a id="methods-list"></a>Methods</h2>
+
+<h3>Summary</h3>
+<table class="informaltable">
+    <thead>
+    <tr>
+        <th>Method</th>
+        <th>Description</th>
+    </tr>
+    </thead>
+    <tbody>
+
+
+    <tr>
+        <td>
+            <pre class="intable prettyprint"><a href="#method-stop">stop</a> (  ) </pre>
+        </td>
+        <td><p>Stops animation or group animations.</p></td>
+    </tr>
+
+
+
+    <tr>
+        <td>
+            <pre class="intable prettyprint"><a href="#method-transform">transform</a> (  ) </pre>
+        </td>
+        <td><p>Sets transform property of target.</p></td>
+    </tr>
+
+
+
+    <tr>
+        <td>
+            <pre class="intable prettyprint"><a href="#method-tween">tween</a> (  ) </pre>
+        </td>
+        <td><p>Adds tween animation with animation information and target is animated.</p></td>
+    </tr>
+
+    <tr>
+        <td>
+            <pre class="intable prettyprint">Target <a href="#method-target">target</a> ( String str ) </pre>
+        </td>
+        <td><p>Returns animation target object</p></td>
+    </tr>
+
+
+    </tbody>
+</table>
+<dl>
+
+
+    <dt class="method" id="addidp28072"><code><b><span class="methodName"
+                                                       id="method-stop">stop</span></b></code></dt>
+    <dd>
+        <div class="brief">
+            <p>Stops animation or group animations.</p>
+        </div>
+        <div class="synopsis">
+            <pre class="signature prettyprint">stop ( ) </pre>
+        </div>
+
+        <div class="description">
+            <p>
+
+            </p>
+        </div>
+
+
+
+        <div class="returntype">
+            <p><span class="return">Return value:</span></p>
+
+
+            No Return Value
+
+        </div>
+
+    </dd>
+
+
+
+    <dt class="method" id="addidp28072"><code><b><span class="methodName"
+                                                       id="method-transform">transform</span></b></code></dt>
+    <dd>
+        <div class="brief">
+            <p>Sets transform property of target.</p>
+        </div>
+        <div class="synopsis">
+            <pre class="signature prettyprint">transform ( ) </pre>
+        </div>
+
+        <div class="description">
+            <p>
+
+            </p>
+        </div>
+
+
+
+        <div class="returntype">
+            <p><span class="return">Return value:</span></p>
+
+
+            No Return Value
+
+        </div>
+
+    </dd>
+
+
+
+    <dt class="method" id="addidp28072"><code><b><span class="methodName"
+                                                       id="method-tween">tween</span></b></code></dt>
+    <dd>
+        <div class="brief">
+            <p>Adds tween animation with animation information and target is animated.</p>
+        </div>
+        <div class="synopsis">
+            <pre class="signature prettyprint">tween ( ) </pre>
+        </div>
+
+        <div class="description">
+            <p>
+
+            </p>
+        </div>
+
+
+
+        <div class="returntype">
+            <p><span class="return">Return value:</span></p>
+
+
+            No Return Value
+
+        </div>
+
+    </dd>
+
+    <dt class="method" id="addidp28072"><code><b><span class="methodName"
+                                                       id="method-target">target</span></b></code></dt>
+    <dd>
+        <div class="brief">
+            <p>Returns animation target object</p>
+        </div>
+        <div class="synopsis">
+            <pre class="signature prettyprint">Target target ( String str) </pre>
+        </div>
+
+        <div class="description">
+            <p>
+
+            </p>
+        </div>
+
+        <div class="parameters">
+            <p><span class="param">Parameters:</span></p>
+            <table>
+                <tbody>
+                <tr>
+                    <th>Parameter</th>
+                    <th>Type</th>
+                    <th>Required / optional</th>
+                    <th>Default value</th>
+                    <th>Description</th>
+                </tr>
+
+
+                <tr>
+                    <td><span style="font-family: Courier New,Courier,monospace">str</span></td>
+                    <td>String</td>
+                    <td>required</td>
+                    <td></td>
+                    <td></td>
+                </tr>
+
+
+                </tbody>
+            </table>
+        </div>
+
+        <div class="returntype">
+            <p><span class="return">Return value:</span></p>
+
+            <table>
+                <tbody>
+                <tr>
+                    <th>Type</th>
+                    <th>Description</th>
+                </tr>
+                <tr>
+                    <td>Target</td>
+                    <td>Target Object</td>
+                </tr>
+                </tbody>
+            </table>
+
+
+        </div>
+
+    </dd>
+
+</dl>
+
+<ul>
+
+</ul>
+<div id="footer">
+    <hr size="1">
+    <font size="1">Except as noted, this content - excluding the Code Examples - is licensed under <a
+            href="http://creativecommons.org/licenses/by/3.0/legalcode" target="_blank">Creative Commons Attribution
+        3.0</a> and all of the Code Examples contained herein are licensed under <a
+            href="https://www.tizen.org/bsd-3-clause-license" target="_blank">BSD-3-Clause</a>.<br>For details, see the
+        <a href="https://www.tizen.org/content-license" target="_blank">Content License</a>.</font>
+</div>
+</body>
+</html>
\ No newline at end of file
index b09b072..4b4ef5f 100644 (file)
                                <topic href="html/ui_fw_api/Gesture_Events/swipe.htm" label="Swipe"></topic>
                        </topic>
                        <topic href="html/ui_fw_api/Globalization/globalization.htm" label="Globalization"></topic>
+            <topic href="html/ui_fw_api/Animation/animation.htm" label="Animation"></topic>
                </topic>
 
        <topic label="W3C/HTML5 and Supplementaries API Reference" href="html/w3c_api/w3c_api_cover.html">