Skip to content

Commit d03a1e3

Browse files
author
ArthurBeaulieu
committed
ready to release
1 parent 6343806 commit d03a1e3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+378
-382
lines changed

demo/demo.css

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,31 +33,37 @@ button[disabled] {
3333

3434
nav {
3535
align-items: center;
36-
background-color: #181818;
37-
border-bottom: solid 1px grey;
36+
background-color: #404040;
3837
color: white;
3938
display: flex;
40-
height: 40px;
39+
height: 45px;
4140
justify-content: center;
4241
position: absolute;
4342
top: 0;
4443
width: 100%;
4544
}
4645

4746
nav a {
47+
align-items: center;
4848
cursor: pointer;
49+
display: flex;
4950
fill: white;
5051
height: 80%;
52+
justify-content: center;
5153
position: absolute;
5254
right: 10px;
55+
width: 36px;
5356
transition: fill 0.4s;
5457
}
58+
5559
nav a:active, nav a:focus, nav a:hover {
5660
fill: #56D45B;
5761
}
58-
nav a h1 {
62+
63+
nav h1 {
64+
font-size: 1.3rem;
5965
margin: 0;
60-
padding-left: 10px;
66+
padding: 0;
6167
}
6268

6369
nav a.about {
@@ -94,12 +100,13 @@ audio {
94100

95101
.view-switcher {
96102
align-items: center;
97-
border-bottom: solid 1px grey;
103+
background-color: #f7f7f7;
104+
border-bottom: solid 1px #e3e3e3;
98105
display: flex;
99106
height: 30px;
100107
justify-content: center;
101108
position: absolute;
102-
top: 40px;
109+
top: 45px;
103110
width: 100%;
104111
}
105112

@@ -119,6 +126,7 @@ audio {
119126

120127
.view-switcher .entry.selected p {
121128
color: #56D45B;
129+
font-weight: bold;
122130
}
123131

124132
.view-switcher button {
@@ -136,14 +144,15 @@ audio {
136144
align-items: flex-start;
137145
bottom: 0;
138146
display: flex;
139-
height: calc(100% - 70px);
147+
height: calc(100% - 75px);
140148
justify-content: center;
141149
padding: 40px;
142150
position: absolute;
143151
width: 100%;
144152
}
145153

146154
.view {
155+
box-shadow: 0 0 10px;
147156
height: calc(100% - 30px);
148157
width: 100%;
149158
}

demo/example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</head>
1515
<!--
1616
17-
AudioVisualizer 1.0.0 - 2020/2021
17+
AudioVisualizer 1.0.0 - 2020/2022
1818
@author Arthur Beaulieu - https://github.com/ArthurBeaulieu
1919
2020
To use AudioVisualizer as an ES6 Module, you must ensure that assets, scss and js

doc/AudioVisualizer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AudioVisu
583583
<br class="clear">
584584

585585
<footer>
586-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Wed Jul 20 2022 09:23:59 GMT+0200 (Central European Summer Time)
586+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Wed Jul 20 2022 10:22:10 GMT+0200 (Central European Summer Time)
587587
</footer>
588588

589589
<script> prettyPrint(); </script>

doc/AudioVisualizer.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AudioVisu
113113
<br class="clear">
114114

115115
<footer>
116-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Wed Jul 20 2022 09:23:59 GMT+0200 (Central European Summer Time)
116+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Wed Jul 20 2022 10:22:10 GMT+0200 (Central European Summer Time)
117117
</footer>
118118

119119
<script> prettyPrint(); </script>

doc/BackgroundStar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AudioVisu
525525
<br class="clear">
526526

527527
<footer>
528-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Wed Jul 20 2022 09:23:59 GMT+0200 (Central European Summer Time)
528+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Wed Jul 20 2022 10:22:10 GMT+0200 (Central European Summer Time)
529529
</footer>
530530

531531
<script> prettyPrint(); </script>

doc/BaseComponent.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2077,7 +2077,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AudioVisu
20772077
<br class="clear">
20782078

20792079
<footer>
2080-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Wed Jul 20 2022 09:23:59 GMT+0200 (Central European Summer Time)
2080+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Wed Jul 20 2022 10:22:10 GMT+0200 (Central European Summer Time)
20812081
</footer>
20822082

20832083
<script> prettyPrint(); </script>

doc/CanvasUtils.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4151,7 +4151,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AudioVisu
41514151
<br class="clear">
41524152

41534153
<footer>
4154-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Wed Jul 20 2022 09:23:59 GMT+0200 (Central European Summer Time)
4154+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Wed Jul 20 2022 10:22:10 GMT+0200 (Central European Summer Time)
41554155
</footer>
41564156

41574157
<script> prettyPrint(); </script>

doc/ColorUtils.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2317,7 +2317,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AudioVisu
23172317
<br class="clear">
23182318

23192319
<footer>
2320-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Wed Jul 20 2022 09:23:59 GMT+0200 (Central European Summer Time)
2320+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Wed Jul 20 2022 10:22:10 GMT+0200 (Central European Summer Time)
23212321
</footer>
23222322

23232323
<script> prettyPrint(); </script>

doc/FrequencyBars.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1628,7 +1628,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AudioVisu
16281628
<br class="clear">
16291629

16301630
<footer>
1631-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Wed Jul 20 2022 09:23:59 GMT+0200 (Central European Summer Time)
1631+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Wed Jul 20 2022 10:22:10 GMT+0200 (Central European Summer Time)
16321632
</footer>
16331633

16341634
<script> prettyPrint(); </script>

doc/FrequencyCircle.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3275,7 +3275,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AudioVisu
32753275
<br class="clear">
32763276

32773277
<footer>
3278-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Wed Jul 20 2022 09:23:59 GMT+0200 (Central European Summer Time)
3278+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Wed Jul 20 2022 10:22:10 GMT+0200 (Central European Summer Time)
32793279
</footer>
32803280

32813281
<script> prettyPrint(); </script>

0 commit comments

Comments
 (0)