Created
April 14, 2016 17:10
-
-
Save shellandbull/94f4d32278f5a50fad191208f1880596 to your computer and use it in GitHub Desktop.
liquid-fire
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
duration = 1000; | |
this.transition( | |
this.childOf('.row.auth-strategies-container'), | |
this.use('explode', { | |
matchBy: 'data-strategy-key', | |
use: ['fly-to', {duration, easing: [500, 30] }] | |
}, | |
{ | |
use: ['fade', { duration: duration / 2}] | |
}) | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment