UNPKG

bindingx-web-polyfill

Version:

The web polyfill for BindingX.

26 lines (25 loc) 690 B
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Demo</title> <style> *{ margin:0; padding:0; } .lottie{ width:375px; height:375px; } </style> </head> <body> <div id="lottie" class="lottie"></div> <script src="https://cdnjs.cloudflare.com/ajax/libs/bodymovin/4.13.0/bodymovin.min.js" type="text/javascript"></script> <script src="/dist/lottie.js"></script> </body> </html>