UNPKG

livelyjs

Version:

Animation library for javascript

13 lines (12 loc) 369 B
<!DOCTYPE html> <html> <head> <script src="./src/lively.js"></script> <script src="./test.js"></script> </head> <body ng-app="app"> <div id="mydiv" style="width: 100px; transform: rotate(20deg); height: 100px; background: rgba(125,27,41,0.5); position: fixed;"> HELLO WORLD </div> </body> </html>