Skip to content

Instantly share code, notes, and snippets.

@shellandbull
Created April 14, 2016 17:10
Show Gist options
  • Save shellandbull/94f4d32278f5a50fad191208f1880596 to your computer and use it in GitHub Desktop.
Save shellandbull/94f4d32278f5a50fad191208f1880596 to your computer and use it in GitHub Desktop.
liquid-fire
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