Skip to content

Commit

Permalink
update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
blackmiaool committed Oct 5, 2016
1 parent 59ba369 commit ae9a2eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta id="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, minimum-scale=1, user-scalable=no,minimal-ui" name="viewport">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="format-detection" content="telephone=no">
<title>爆炸测试</title>
<title>Explosion Demo</title>
</head>

<body style="margin:0;text-align:center;">
Expand All @@ -31,7 +31,7 @@
canvas: true,
round:false,
maxAngle: 360,
gravity:1,
gravity:10,
});
}, 300)
}
Expand Down
2 changes: 1 addition & 1 deletion playground.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta id="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, minimum-scale=1, user-scalable=no,minimal-ui" name="viewport">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="format-detection" content="telephone=no">
<title>爆炸测试</title>
<title>Explosion Demo</title>
<link rel="stylesheet" href="./playground/css/bootstrap.min.css">
<link rel="stylesheet" href="./playground/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="./playground/css/style.css">
Expand Down

0 comments on commit ae9a2eb

Please sign in to comment.