79602171

Date: 2025-05-01 16:13:47
Score: 1
Natty:
Report link

Hmm, I guess the documentation is just a little confusing.

{
      "name": "scrollDomainStart", "init":"initialScrollStart",
      "on": [
        {
          "events": {"signal": "scrollTimer"},
          "update": "scrollRun ? scrollDomainStart + 60000 : scrollDomainStart"
        }
      ]
    }

init does work fine as the update is within the event handler rather than the properties of the signal.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: spaghettidave