diff --git a/demo.html b/demo.html index 06fde6a..9ee3107 100644 --- a/demo.html +++ b/demo.html @@ -9,8 +9,8 @@ - - + + @@ -182,10 +182,9 @@ - - + + - - - - - - + + + + + + Win10.setAnimated([ + 'animated flip', + 'animated bounceIn', + ], 0.01); + setTimeout(function () { + Win10.newMsg('推荐全屏', '按下F11全屏以达到最佳视觉效果(点击进入)', function () { + Win10.enableFullScreen(); + }) + }, 1500); + + setTimeout(function () { + layer.open({ + type: 2, + title: '最新资讯', + area: ['300px', '380px'], + shade: 0, + skin: 'win10-open-iframe', + offset: 'rb', + content: 'broadcast.html' + }) + }, 2000); + }); + \ No newline at end of file