lottie+ScrubLottieTimeline加载json实现8字曲线结动画效果代码
代码语言:html
所属分类:动画
代码描述:lottie+ScrubLottieTimeline加载json实现8字曲线结动画效果代码,拖动鼠标左右移动可控制动画时间线
代码标签: lottie ScrubLottieTimeline 加载 json 8字 曲线 结 动画
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html lang="en" > <head> <meta charset="UTF-8"> <style> body { background-color: #000; overflow: hidden; display: flex; align-items: center; justify-content: center; } body, html { height: 100%; width: 100%; margin: 0; padding: 0; } #animationWindow { width: 100%; height: 100%; cursor: pointer; } </style> </head> <body > <div id="animationWindow"> </div> <script type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/lottie.5.9.6.js"></script> <script type="text/javascript" src="//repo.bfw.wiki/bfw.........完整代码请登录后点击上方下载按钮下载查看
网友评论0