@@ -91,9 +91,9 @@ <h3>The Age-old Brothers:<br>Sine and Cosine</h3>
91
91
< canvas id ="sine-cosine "> </ canvas >
92
92
</ div >
93
93
< div class ="col s12 l4 ">
94
- < p id ="angle-1 "> </ p >
95
- < p id ="sin "> </ p >
96
- < p id ="cos "> </ p >
94
+ < p class =" jittery " id ="angle-1 "> </ p >
95
+ < p class =" jittery " id ="sin "> </ p >
96
+ < p class =" jittery " id ="cos "> </ p >
97
97
98
98
< p > < b > Adjust angle using the following slider:</ b > </ p >
99
99
< input type ="range " min ="0 " max ="360 " value ="30 " id ="slider-1 " oninput ="update_1('slide') "
@@ -189,9 +189,9 @@ <h3>The Circle Grazers:<br>Tangent and Cotangent</h3>
189
189
< canvas id ="tan-cot "> </ canvas >
190
190
</ div >
191
191
< div class ="col s12 l4 ">
192
- < p id ="angle-2 "> </ p >
193
- < p id ="tan "> </ p >
194
- < p id ="cot "> </ p >
192
+ < p class =" jittery " id ="angle-2 "> </ p >
193
+ < p class =" jittery " id ="tan "> </ p >
194
+ < p class =" jittery " id ="cot "> </ p >
195
195
< p > < b > Adjust angle using the following slider:</ b > </ p >
196
196
< input type ="range " min ="0 " max ="360 " value ="30 " id ="slider-2 " oninput ="update_2('slide') "
197
197
onchange ="update_2('slide') " class ="slider ">
@@ -240,9 +240,9 @@ <h3>The Inner Perpetrators:<br>Secant and Cosecant</h3>
240
240
< canvas id ="sec-cosec "> </ canvas >
241
241
</ div >
242
242
< div class ="col s12 l4 ">
243
- < p id ="angle-3 "> </ p >
244
- < p id ="sec "> </ p >
245
- < p id ="cosec "> </ p >
243
+ < p class =" jittery " id ="angle-3 "> </ p >
244
+ < p class =" jittery " id ="sec "> </ p >
245
+ < p class =" jittery " id ="cosec "> </ p >
246
246
< p > < b > Adjust angle using the following slider:</ b > </ p >
247
247
< div class ="slidecontainer ">
248
248
< input type ="range " min ="0 " max ="360 " value ="30 " id ="slider-3 " oninput ="update_3('slide') "
0 commit comments