1
0
Fork 0

mv to top

main
Jeff Moe 2022-12-26 14:35:35 -07:00
parent 1da888bb80
commit 127903082a
1 changed files with 15 additions and 14 deletions

View File

@ -35,6 +35,21 @@ let chyron_speed = 30;
</script>
<div class="horizontal">
<!-- delay affects text starting point offset-->
<Ticker duration={chyron_speed} delay=0 pausing=false>
<span
style="font-size: {chyron_font_size}em;
font-weight: {chyron_font_weight}
">
{chyron_text_01}
{chyron_text_02}
{chyron_text_03}
{chyron_text_04}
</span>
</Ticker>
</div>
<div class="main">
<div class="container">
<!-- <center><h3>Scrolltron</h3></center> -->
@ -61,20 +76,6 @@ let chyron_speed = 30;
</div>
</div>
<p></p>
<div class="horizontal">
<!-- delay affects text starting point offset-->
<Ticker duration={chyron_speed} delay=0 pausing=false>
<span
style="font-size: {chyron_font_size}em;
font-weight: {chyron_font_weight}
">
{chyron_text_01}
{chyron_text_02}
{chyron_text_03}
{chyron_text_04}
</span>
</Ticker>
</div>
<style>