Created
July 11, 2014 00:18
-
-
Save ajoslin/56315c7ac303ef5b696e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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