File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# CATopalian JavaScript Frames Per Second
22A JavaScript application that changes the FPS in real time using a slider and input to set the value.
33
4+ USE APP: https://christopherandrewtopalian.github.io/CATopalian_JavaScript_Frames_Per_Second/CATopalian_JavaScript_Frames_Per_Second.html
5+
46If you enjoy my apps and tutorials please consider buying me a coffee at [ paypal.me/keystonermarch] ( https://www.paypal.com/paypalme/keystonermarch )
57
68---
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ function makeTitleOfApp()
99 titleOfApplication . style . fontSize = '17px' ;
1010 titleOfApplication . style . color = 'rgb(100, 100, 100)' ;
1111 titleOfApplication . style . fontWeight = 'bold' ;
12- titleOfApplication . href = 'https://github.com/ChristopherAndrewTopalian'
12+ titleOfApplication . href = 'https://github.com/ChristopherAndrewTopalian/CATopalian_JavaScript_Frames_Per_Second '
1313 titleOfApplication . target = '_blank' ;
1414 titleOfApplication . textContent = ' CATopalian JavaScript Frames Per Second' ;
1515 ba ( titleOfApplication ) ;
You can’t perform that action at this time.
0 commit comments