Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="//code.jquery.com/jquery-2.1.1.min.js"></script>
  <meta charset="utf-8">
  <title>Velocity Animation Experiment</title>
  
  <script src="//cdn.jsdelivr.net/velocity/1.0.0/velocity.min.js"></script>
  <script src="//cdn.jsdelivr.net/velocity/1.0.0/velocity.ui.min.js"></script>
</head>
<body>
  <p>This text should animate</p> 
  
</body>
</html>
 
// Testing jQuery
// var text = $("p").text();
// alert( text );
$("p").velocity( { width: '50px' }, 1000);
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers