Ahh... you're trying to do line breaks in your fields, but HTML entities such as <br/> are being printed in plain text, instead of as HTML, is that correct?
The code I included in my advanced scripting tutorial is designed to do exactly this:
function elemUpdate() {
return function (next) {...
And the "bounce" could be related to your animations stretching beyond the bounds of the viewport during an elastic easing (which I believe is the default easing method)... in which case the browser is temporarily adding a scroll bar; which changes the dimensions of the viewport by 21 pixels...
There are many prebuilt libraries for Google Firebase:
https://firebase.google.com/docs/libraries
Database: eightway-io
Snapshot: scoreboard/<your_package_id>/<your_page_id>/fields
We use Google Firebase here. So any application which is designed to connect to Firebase can access the data. (It can even edit the data, which is why you should keep your scoreboard and page IDs a secret; they act as your API key)
You can download the Streamdeck extension here if you want to...
Sure. You can do it right in your HTML... For instance, if you wanted to use Google's Roboto Font:
https://fonts.google.com/specimen/Roboto?selection.family=Roboto
You would simply need to add the link relationship in your HTML:
<link...
Today, Google Cloud Firestore (the service which runs the backend of your scoreboards) had a major outage. This issue has since been fixed, but we're still experiencing slow responses from the Cloud Platform. More information about this outage can be found here...
By request, a small change has been made for members who purchase a lifetime account upgrade. Anyone who purchases a lifetime license, will now be able to create an unlimited number of packages, instead of just three!
If you have previously purchased a lifetime license, your account has been...
Request #28: You can now run custom timers on your scoreboards! The times are sync'd to Unix Epoch, so timers will not be lost on page refreshes.
A tutorial on how to use these timers can be found here: http://8wr.io/threads/video-tutorial-timers-countdowns-and-stopwatches.35/