Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
94 changes: 53 additions & 41 deletions jsdoc/doc/animate.js.html
Original file line number Diff line number Diff line change
@@ -1,32 +1,29 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<head>
<meta charset="utf-8" />
<title>JSDoc: Source: animate.js</title>

<script src="scripts/prettify/prettify.js"> </script>
<script src="scripts/prettify/lang-css.js"> </script>
<script src="scripts/prettify/prettify.js"></script>
<script src="scripts/prettify/lang-css.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
</head>

<body>

<div id="main">

<h1 class="page-title">Source: animate.js</h1>






<section>
<link
type="text/css"
rel="stylesheet"
href="styles/prettify-tomorrow.css"
/>
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css" />
</head>

<body>
<div id="main">
<h1 class="page-title">Source: animate.js</h1>

<section>
<article>
<pre class="prettyprint source linenums"><code>/**
<pre class="prettyprint source linenums"><code>/**
* Handles all the animation process
* @module animate
*/
Expand Down Expand Up @@ -674,24 +671,39 @@ <h1 class="page-title">Source: animate.js</h1>
};
</code></pre>
</article>
</section>




</div>

<nav>
<h2><a href="index.html">JS-CSS Animations</a></h2><h3>Modules</h3><ul><li><a href="module-animate.html">animate</a></li><li><a href="module-globals.html">globals</a></li><li><a href="module-js-css-animations.html">js-css-animations</a></li><li><a href="module-measurements.html">measurements</a></li><li><a href="module-resize-parent.html">resize-parent</a></li><li><a href="module-transitions.html">transitions</a></li></ul>
</nav>

<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.0</a> on Wed Nov 23 2022 20:32:22 GMT-0300 (Horário Padrão de Brasília)
</footer>

<script> prettyPrint(); </script>
<script src="scripts/linenumber.js"> </script>
</body>
</section>

<footer>
Documentation generated by
<a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.0</a> on Wed Nov 23
2022 20:32:22 GMT-0300 (Horário Padrão de Brasília)
</footer>
</div>

<nav>
<h2><a href="index.html">JS-CSS Animations</a></h2>
<h3>Modules</h3>
<ul>
<li><a href="module-animate.html">animate</a></li>
<li><a href="module-globals.html">globals</a></li>
<li><a href="module-js-css-animations.html">js-css-animations</a></li>
<li><a href="module-measurements.html">measurements</a></li>
<li><a href="module-resize-parent.html">resize-parent</a></li>
<li><a href="module-transitions.html">transitions</a></li>
</ul>
</nav>

<br class="clear" />

<footer>
Documentation generated by
<a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.0</a> on Wed Nov 23
2022 20:22:20 GMT-0300 (Horário Padrão de Brasília)
</footer>

<script>
prettyPrint();
</script>
<script src="scripts/linenumber.js"></script>
</body>
</html>
88 changes: 47 additions & 41 deletions jsdoc/doc/globals.js.html
Original file line number Diff line number Diff line change
@@ -1,32 +1,29 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<head>
<meta charset="utf-8" />
<title>JSDoc: Source: globals.js</title>

<script src="scripts/prettify/prettify.js"> </script>
<script src="scripts/prettify/lang-css.js"> </script>
<script src="scripts/prettify/prettify.js"></script>
<script src="scripts/prettify/lang-css.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
</head>

<body>

<div id="main">

<h1 class="page-title">Source: globals.js</h1>






<section>
<link
type="text/css"
rel="stylesheet"
href="styles/prettify-tomorrow.css"
/>
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css" />
</head>

<body>
<div id="main">
<h1 class="page-title">Source: globals.js</h1>

<section>
<article>
<pre class="prettyprint source linenums"><code>/**
<pre class="prettyprint source linenums"><code>/**
* Global Objects
* @module globals
*/
Expand Down Expand Up @@ -179,24 +176,33 @@ <h1 class="page-title">Source: globals.js</h1>
);
</code></pre>
</article>
</section>




</div>

<nav>
<h2><a href="index.html">JS-CSS Animations</a></h2><h3>Modules</h3><ul><li><a href="module-animate.html">animate</a></li><li><a href="module-globals.html">globals</a></li><li><a href="module-js-css-animations.html">js-css-animations</a></li><li><a href="module-measurements.html">measurements</a></li><li><a href="module-resize-parent.html">resize-parent</a></li><li><a href="module-transitions.html">transitions</a></li></ul>
</nav>

<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.0</a> on Wed Nov 23 2022 20:32:22 GMT-0300 (Horário Padrão de Brasília)
</footer>

<script> prettyPrint(); </script>
<script src="scripts/linenumber.js"> </script>
</body>
</section>
</div>

<nav>
<h2><a href="index.html">JS-CSS Animations</a></h2>
<h3>Modules</h3>
<ul>
<li><a href="module-animate.html">animate</a></li>
<li><a href="module-globals.html">globals</a></li>
<li><a href="module-js-css-animations.html">js-css-animations</a></li>
<li><a href="module-measurements.html">measurements</a></li>
<li><a href="module-resize-parent.html">resize-parent</a></li>
<li><a href="module-transitions.html">transitions</a></li>
</ul>
</nav>

<br class="clear" />

<footer>
Documentation generated by
<a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.0</a> on Wed Nov 23
2022 20:32:22 GMT-0300 (Horário Padrão de Brasília)
</footer>

<script>
prettyPrint();
</script>
<script src="scripts/linenumber.js"></script>
</body>
</html>
104 changes: 46 additions & 58 deletions jsdoc/doc/index.html
Original file line number Diff line number Diff line change
@@ -1,65 +1,53 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<head>
<meta charset="utf-8" />
<title>JSDoc: JS-CSS Animations</title>

<script src="scripts/prettify/prettify.js"> </script>
<script src="scripts/prettify/lang-css.js"> </script>
<script src="scripts/prettify/prettify.js"></script>
<script src="scripts/prettify/lang-css.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
</head>

<body>

<div id="main">

<h1 class="page-title">JS-CSS Animations</h1>








<h3> </h3>




















</div>

<nav>
<h2><a href="index.html">JS-CSS Animations</a></h2><h3>Modules</h3><ul><li><a href="module-animate.html">animate</a></li><li><a href="module-globals.html">globals</a></li><li><a href="module-js-css-animations.html">js-css-animations</a></li><li><a href="module-measurements.html">measurements</a></li><li><a href="module-resize-parent.html">resize-parent</a></li><li><a href="module-transitions.html">transitions</a></li></ul>
</nav>

<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.0</a> on Wed Nov 23 2022 20:32:22 GMT-0300 (Horário Padrão de Brasília)
</footer>

<script> prettyPrint(); </script>
<script src="scripts/linenumber.js"> </script>
</body>
</html>
<link
type="text/css"
rel="stylesheet"
href="styles/prettify-tomorrow.css"
/>
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css" />
</head>

<body>
<div id="main">
<h1 class="page-title">JS-CSS Animations</h1>

<h3></h3>
</div>

<nav>
<h2><a href="index.html">JS-CSS Animations</a></h2>
<h3>Modules</h3>
<ul>
<li><a href="module-animate.html">animate</a></li>
<li><a href="module-globals.html">globals</a></li>
<li><a href="module-js-css-animations.html">js-css-animations</a></li>
<li><a href="module-measurements.html">measurements</a></li>
<li><a href="module-resize-parent.html">resize-parent</a></li>
<li><a href="module-transitions.html">transitions</a></li>
</ul>
</nav>

<br class="clear" />

<footer>
Documentation generated by
<a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.0</a> on Wed Nov 23
2022 20:32:22 GMT-0300 (Horário Padrão de Brasília)
</footer>

<script>
prettyPrint();
</script>
<script src="scripts/linenumber.js"></script>
</body>
</html>
Loading