HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ip-172-26-0-120 6.17.0-1009-aws #9~24.04.2-Ubuntu SMP Fri Mar 6 23:50:29 UTC 2026 x86_64
User: ubuntu (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/www/html/dashboard.orbiwheels.com/public/vendors/transitionize/examples/example.html
<!DOCTYPE html>
<html>
<head>
  <title>Transitionize Example Page</title>
  <style type="text/css">
    .wrap {
      height: 75px;
      margin: 100px auto 0;
      position: relative;
      width: 300px;
    }

    .elem {
      background-color: #febf04;
      border-radius: 100%;
      bottom: 0;
      display: block;
      height: 75px;
      left: 0;
      position: absolute;
      width: 75px;
    }
  </style>
  <script src="bundle.js"></script>
</head>
<body>
  <div class="wrap">
    <span class="elem js-elem"></span>
  </div>
</body>
</html>