Skip to content

Instantly share code, notes, and snippets.

@ajoslin
Created July 11, 2014 00:18
Show Gist options
  • Save ajoslin/56315c7ac303ef5b696e to your computer and use it in GitHub Desktop.
Save ajoslin/56315c7ac303ef5b696e to your computer and use it in GitHub Desktop.
var sequence = $animateSequence({ styler: 'webAnimations' })
.animate({
transform: translateString(startPos.left, startPos.top, 0) + ' scale(0.2)',
opacity: 0
}, {
transform: translateString(endPos.left, endPos.top, 0) + ' scale(1.0)',
opacity: 1
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment