Skip to content

Spinner is added

Choose a tag to compare

@tomsdoo tomsdoo released this 22 Feb 22:03
· 11 commits to master since this release

ScreenAnimation.Spinner.start() is added into screen-animation.js.
screen-animation-spinner.js that provides ScreenAnimation.Spinner is added.

      ScreenAnimation.Spinner.start({
        backgroundColor: "#333333",
        colors: [
          "red",
          "yellow",
          "green",
          "blue"
        ],
        message: {
          text: "loading.....",
          color: "#fff",
          fontSize: "3rem",
          fontFamily: "fantasy"
        }
      });