UNPKG

bindingx-web-polyfill

Version:

The web polyfill for BindingX.

37 lines (32 loc) 782 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; } .block{ width:187.5px; height:187.5px; background:red; position:absolute; transform: rotateZ(90deg); } select{ position: absolute; bottom:0; } </style> </head> <body> <div id="block" class="block"></div> <select id="easing"></select> <script src="/dist/timing.js"></script> </body> </html>