Releases: tomsdoo/screen-animation
Releases · tomsdoo/screen-animation
v1.4.1
04 Mar 08:31
Compare
Sorry, something went wrong.
No results found
Example code of ScreenAnimation.Spinner is added in README.
v1.4.0
03 Mar 09:28
Compare
Sorry, something went wrong.
No results found
shorter CDN URL is adopted on Usage in README.md.
v1.3.2
03 Mar 09:19
Compare
Sorry, something went wrong.
No results found
husky and docs directories are removed from npm package
v1.3.1
03 Mar 09:10
Compare
Sorry, something went wrong.
No results found
script source is changed to CDN URL on Usage in README
v1.3.0
03 Mar 08:38
Compare
Sorry, something went wrong.
No results found
GitHub page is active and set as the homepage of npm package.
Spinner is added
22 Feb 22:03
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
GitHub repository is added in README
v1.1.0
19 Feb 23:11
Compare
Sorry, something went wrong.
No results found
npm version badge is added in README.