前端:动态加载动画

html
<div id="YWaitDialog"style="position: absolute;margin: auto;top: 40%;left: 50%;display: none;">
  <p style="text-align: center; vertical-align: central;"><img th:src="@{/statics/images/loading.gif}" /></p>
</div>
js
$('#YWaitDialog').show();
$('#YWaitDialog').hide();
gif生成

http://loadingapng.com/

posted @ 2018-10-19 15:08  桃源仙居  阅读(370)  评论(0)    收藏  举报