Skip to content

Commit

Permalink
prettier (#22)
Browse files Browse the repository at this point in the history
* prettier

* prettier

* vscode prettier
  • Loading branch information
vltansky authored Aug 22, 2024
1 parent 3142d84 commit 32b1e51
Show file tree
Hide file tree
Showing 91 changed files with 21,100 additions and 19,622 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ node_modules/
api.key
.history
.idea/
.vscode
4 changes: 4 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"singleQuote": true,
"bracketSpacing": true
}
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": ["esbenp.prettier-vscode"]
}
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# wow-demos

Playground and demos of wow!Team
124 changes: 67 additions & 57 deletions animation-playground/index.html
Original file line number Diff line number Diff line change
@@ -1,66 +1,76 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" href="style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
</head>

<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<div class="animation-playground">
<div class="animation-selection" id="animation-selection">
<h1>Animation Settings | <span class="animation-viewmode-name" id="animation-viewmode-name"></span></h1>
<h2>GSAP 2.1.3 [<a href="./index3.html">Reload with 3.2.6</a>]</h2>
<form class="animation-selection-form" id="animation-selection-form">
<span class="animation-settings">
<div class="animation-out">
<label for="animation-name-out">Out Animation:</label>
<select name="animation-name-out" id="animation-name-out"></select>
<span class="animation-params" id="animation-params-out"></span>
</div>
<div class="animation-in">
<label for="animation-name-in">In Animation:</label>
<select name="animation-name-in" id="animation-name-in"></select>
<span class="animation-params" id="animation-params-in"></span>
</div>
</span>

<body>
<div class="animation-playground">
<div class="animation-selection" id="animation-selection">
<h1>Animation Settings | <span class="animation-viewmode-name" id="animation-viewmode-name"></span></h1>
<h2>GSAP 2.1.3 [<a href="./index3.html">Reload with 3.2.6</a>]</h2>
<form class="animation-selection-form" id="animation-selection-form">
<span class="animation-settings">
<div class="animation-out">
<label for="animation-name-out">Out Animation:</label>
<select name="animation-name-out" id="animation-name-out"></select>
<span class="animation-params" id="animation-params-out"></span>
</div>
<div class="animation-in">
<label for="animation-name-in">In Animation:</label>
<select name="animation-name-in" id="animation-name-in"></select>
<span class="animation-params" id="animation-params-in"></span>
</div>
</span>
<span class="animation-execute">
<button type="button" id="animation-execute">Play</button>
</span>
</form>

<span class="animation-execute">
<button type="button" id="animation-execute">Play</button>
<span class="animation-info">
<strong>Out Info</strong>
<pre id="animation-info-out"></pre>
<strong>In Info</strong>
<pre id="animation-info-in"></pre>
</span>
</form>

<span class="animation-info">
<strong>Out Info</strong>
<pre id="animation-info-out"></pre>
<strong>In Info</strong>
<pre id="animation-info-in"></pre>
</span>

</div>
<div class="animation-stage">
<div class="comp" id="comp-1">
<svg style="stroke-width:0;fill-opacity:1;stroke:rgba(0, 0, 0, 1);stroke-opacity:1;fill:#393939"
preserveAspectRatio="none" data-bbox="0 0 298.185 352.082" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 298.185 352.082" role="img">
<g>
<path d="M298.185 264.061l-149.093 88.021L0 264.061V88.021L149.092 0l149.093 88.021v176.04z">
</path>
</g>
</svg>
</div>
<div class="comp" id="comp-2">
<span style="font-size:24px; font-weight: bold; font-family: sans-serif"><span
style="color:#292929;">ALL CAPS TITLE</span></span>
<div class="animation-stage">
<div class="comp" id="comp-1">
<svg
style="
stroke-width: 0;
fill-opacity: 1;
stroke: rgba(0, 0, 0, 1);
stroke-opacity: 1;
fill: #393939;
"
preserveAspectRatio="none"
data-bbox="0 0 298.185 352.082"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 298.185 352.082"
role="img"
>
<g>
<path
d="M298.185 264.061l-149.093 88.021L0 264.061V88.021L149.092 0l149.093 88.021v176.04z"
></path>
</g>
</svg>
</div>
<div class="comp" id="comp-2">
<span style="font-size: 24px; font-weight: bold; font-family: sans-serif"
><span style="color: #292929">ALL CAPS TITLE</span></span
>
</div>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/2.1.3/TweenMax.min.js"></script>
<script src="https://static.parastorage.com/unpkg/@wix/[email protected]/dist/tweenEngine2.js"></script>
<script src="https://static.parastorage.com/unpkg/@wix/[email protected]/dist/santa-animations.js"></script>
<script src="./playground.js"></script>
</body>

<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/2.1.3/TweenMax.min.js"></script>
<script src="https://static.parastorage.com/unpkg/@wix/[email protected]/dist/tweenEngine2.js"></script>
<script src="https://static.parastorage.com/unpkg/@wix/[email protected]/dist/santa-animations.js"></script>
<script src="./playground.js"></script>
</body>
</html>
124 changes: 67 additions & 57 deletions animation-playground/index3.html
Original file line number Diff line number Diff line change
@@ -1,66 +1,76 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" href="style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
</head>

<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<div class="animation-playground">
<div class="animation-selection" id="animation-selection">
<h1>Animation Settings | <span class="animation-viewmode-name" id="animation-viewmode-name"></span></h1>
<h2>GSAP 3.2.6 [<a href="./index.html">Reload with 2.1.3</a>]</h2>
<form class="animation-selection-form" id="animation-selection-form">
<span class="animation-settings">
<div class="animation-out">
<label for="animation-name-out">Out Animation:</label>
<select name="animation-name-out" id="animation-name-out"></select>
<span class="animation-params" id="animation-params-out"></span>
</div>
<div class="animation-in">
<label for="animation-name-in">In Animation:</label>
<select name="animation-name-in" id="animation-name-in"></select>
<span class="animation-params" id="animation-params-in"></span>
</div>
</span>

<body>
<div class="animation-playground">
<div class="animation-selection" id="animation-selection">
<h1>Animation Settings | <span class="animation-viewmode-name" id="animation-viewmode-name"></span></h1>
<h2>GSAP 3.2.6 [<a href="./index.html">Reload with 2.1.3</a>]</h2>
<form class="animation-selection-form" id="animation-selection-form">
<span class="animation-settings">
<div class="animation-out">
<label for="animation-name-out">Out Animation:</label>
<select name="animation-name-out" id="animation-name-out"></select>
<span class="animation-params" id="animation-params-out"></span>
</div>
<div class="animation-in">
<label for="animation-name-in">In Animation:</label>
<select name="animation-name-in" id="animation-name-in"></select>
<span class="animation-params" id="animation-params-in"></span>
</div>
</span>
<span class="animation-execute">
<button type="button" id="animation-execute">Play</button>
</span>
</form>

<span class="animation-execute">
<button type="button" id="animation-execute">Play</button>
<span class="animation-info">
<strong>Out Info</strong>
<pre id="animation-info-out"></pre>
<strong>In Info</strong>
<pre id="animation-info-in"></pre>
</span>
</form>

<span class="animation-info">
<strong>Out Info</strong>
<pre id="animation-info-out"></pre>
<strong>In Info</strong>
<pre id="animation-info-in"></pre>
</span>

</div>
<div class="animation-stage">
<div class="comp" id="comp-1">
<svg style="stroke-width:0;fill-opacity:1;stroke:rgba(0, 0, 0, 1);stroke-opacity:1;fill:#393939"
preserveAspectRatio="none" data-bbox="0 0 298.185 352.082" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 298.185 352.082" role="img">
<g>
<path d="M298.185 264.061l-149.093 88.021L0 264.061V88.021L149.092 0l149.093 88.021v176.04z">
</path>
</g>
</svg>
</div>
<div class="comp" id="comp-2">
<span style="font-size:24px; font-weight: bold; font-family: sans-serif"><span
style="color:#292929;">ALL CAPS TITLE</span></span>
<div class="animation-stage">
<div class="comp" id="comp-1">
<svg
style="
stroke-width: 0;
fill-opacity: 1;
stroke: rgba(0, 0, 0, 1);
stroke-opacity: 1;
fill: #393939;
"
preserveAspectRatio="none"
data-bbox="0 0 298.185 352.082"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 298.185 352.082"
role="img"
>
<g>
<path
d="M298.185 264.061l-149.093 88.021L0 264.061V88.021L149.092 0l149.093 88.021v176.04z"
></path>
</g>
</svg>
</div>
<div class="comp" id="comp-2">
<span style="font-size: 24px; font-weight: bold; font-family: sans-serif"
><span style="color: #292929">ALL CAPS TITLE</span></span
>
</div>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.2.6/gsap.min.js"></script>
<script src="https://static.parastorage.com/unpkg/@wix/[email protected]/dist/tweenEngine3.js"></script>
<script src="https://static.parastorage.com/unpkg/@wix/[email protected]/dist/santa-animations.js"></script>
<script src="playground.js"></script>
</body>

<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.2.6/gsap.min.js"></script>
<script src="https://static.parastorage.com/unpkg/@wix/[email protected]/dist/tweenEngine3.js"></script>
<script src="https://static.parastorage.com/unpkg/@wix/[email protected]/dist/santa-animations.js"></script>
<script src="playground.js"></script>
</body>
</html>
Loading

0 comments on commit 32b1e51

Please sign in to comment.