SwitchClass using jquery makes for choppy animation

hello

can anyone identify why when the title is clicked it doesn't move smoothly to the second position, it jumps to the left then goes up smoothly.

it should move diagonally smoothly.

see here: http://ift.tt/1KGB3E5

ALSO: is there a way to use the ESC key to trigger this as well.


thanks




html
<div class="title-before">
  Text
</div>

Code (markup):
JS
(function($) {
  $.fn.switchClass = function(remove, add) {
    var style = {...
Code (markup):
SwitchClass using jquery makes for choppy animation

from HTML & Website Design http://ift.tt/1XjVFUL
via IFTTT
Previous
Next Post »
Thanks for your comment