猫背の人でも サンバがうまく踊れるかも?

サンバのステップは猫背の人の方が上手に踊れるようになる

? 上手に踊っているように見えます 自分は猫背だから

社交ダンスが 上手に踊れない うまく踊れない と悩んで

いませんか そんなことはありませんよ その猫背を

うまく活用することで サンバの バウンズアクションが

猫背でない人より 上手く 踊れるようになりますよ 猫背のダンサー 万歳

です

 

タイトルとURLをコピーしました
oscillator.frequency.value = freq; oscillator.connect(gainNode); gainNode.connect(audioCtx.destination); oscillator.start(); gainNode.gain.setValueAtTime(1, audioCtx.currentTime); gainNode.gain.exponentialRampToValueAtTime(0.0001, audioCtx.currentTime + duration); oscillator.stop(audioCtx.currentTime + duration); } const beat = 60 / 100; document.getElementById("one").addEventListener("click", function () { playTone(2000, beat * 0.75); }); document.getElementById("a").addEventListener("click", function () { playTone(2000, beat * 0.25); }); document.getElementById("two").addEventListener("click", function () { playTone(2000, beat * 1); });