Skip to content

This is a simple loading demo.It's just one html page.You can easily introduce it into your project

License

Notifications You must be signed in to change notification settings

LuckyLiuyz/loading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

loading-demo

This is a simple loading demo.
It's just one html page.
You can easily introduce it into your project

How to get it? --->By git.

git clone https://github.com/Happy-LYZ/loading.git

How to use?

1、show loading.

	Wait.showAnimation(
		{
			message:{
				first:"正在加载中",//第一部分显示的文字
				second:"请稍后..."//第二部分显示的文字
			},
			imgbg:"#cba162",//动画的背景色
			ishide:false//是否隐藏默认的动画
		}
	);


2、hide loading.

	Wait.hideAnimation();//隐藏动画

About

This is a simple loading demo.It's just one html page.You can easily introduce it into your project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages