Skip to content

Commit

Permalink
Testcase for transition of transform (Affects Webkit)
Browse files Browse the repository at this point in the history
  • Loading branch information
hankhero authored and rstacruz committed Apr 24, 2014
1 parent f059785 commit 3d2a5cf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,12 @@ <h1>jQuery transit tests</h1>
.transition({ opacity: 0 });
});

test('Transition of transform (no jump first time)', function($box) {
$box
.transition({ transform: "translateX(80px)" });
});


</script>
</body>
</html>

0 comments on commit 3d2a5cf

Please sign in to comment.