Skip to content

Releases: tomsdoo/screen-animation

v1.4.1

04 Mar 08:31

Choose a tag to compare

Example code of ScreenAnimation.Spinner is added in README.

v1.4.0

03 Mar 09:28

Choose a tag to compare

shorter CDN URL is adopted on Usage in README.md.

v1.3.2

03 Mar 09:19

Choose a tag to compare

husky and docs directories are removed from npm package

v1.3.1

03 Mar 09:10

Choose a tag to compare

script source is changed to CDN URL on Usage in README

v1.3.0

03 Mar 08:38

Choose a tag to compare

GitHub page is active and set as the homepage of npm package.

Spinner is added

22 Feb 22:03

Choose a tag to compare

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"
        }
      });

v1.1.1

19 Feb 23:22

Choose a tag to compare

GitHub repository is added in README

v1.1.0

19 Feb 23:11

Choose a tag to compare

npm version badge is added in README.