bodymovin實現將AE動畫轉換成HTML5動畫

作一個簡單的記錄,直接貼代碼吧,主要仍是設計師提供的那個jsonhtml

<!DOCTYPE html>
<html>
    <head>
        <style>
            body {
                background-color: #f7f7f7;
            }
            
        </style>
        <script src="https://www.twobike.cn/static/lib/bodymovin/bodymovin.min.js"></script>
    </head>
    <body>
    
        <div class="body-movin" id="bodyMovin">
            
        </div>
    </body>

    <script>
        var animData = {
              wrapper: document.getElementById('bodyMovin'),
              animType: 'svg',
              loop: true,
              prerender: true,
              autoplay: true,
              path: "https://www.twobike.cn/static/lib/bodymovin/loading-bike.json"
          };
          bodymovin.loadAnimation(animData);
    </script>
</html>

demo地址

https://www.twobike.cn/demo/20181210/body-movin.htmljson

官網地址

https://www.lottiefiles.com/?page=1app

相關文章
相關標籤/搜索