zim实现烟花绽放动画效果代码
代码语言:html
所属分类:动画
代码描述:zim实现烟花绽放动画效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
</head>
<body >
<script type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/createjs.1.3.4.js"></script>
<script type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/zim_014.js"></script>
<script type="module">
// see https://zimjs.com
// and https://zimjs.com/learn
// and https://zimjs.com/docs
new Frame(FIT, 1024, 768, darker, black, ready);
function ready() {
// We will make an Emitter shoot a streamer
// A particle is said to decay when it stops moving
// A particle is said to fizz when the life time is up and it disappears
// We will capture a decayed event to then set an explosion
// The explosion is another Emitt.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0