UNPKG

@qooxdoo/framework

Version:

The JS Framework for Coders

23 lines (22 loc) 563 B
<!DOCTYPE html> <html> <head> <title>Animation demo</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <script type="text/javascript" src="../helper.js"></script> <style type="text/css" media="screen"> .bar { border-radius: 2px; padding: 10px; margin-top: 10px; width: 100px; } body { margin: 20px; } </style> </head> <body> <h1><a href="http://www.w3.org/TR/css3-animations/#animation-timing-function"><code>animation-timing-function</code></a> comparison</h1> </body> </html>