• We just upgraded the platform on which this website runs! Please inform @Jaxel of any issues.

Search results

  1. 1

    How to make elements update independently

    I am working to build js file, but I'd like to have each element update independently if it has changed. For example, I want the player 1 score to change if I add one, but I don't want to reanimated the player 2 score since it didn't change. Can someone throw a quick example for that. I can...