Skip to content

Instantly share code, notes, and snippets.

@konpa
Created September 17, 2015 08:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save konpa/399dc96cb59075b2abf0 to your computer and use it in GitHub Desktop.
Save konpa/399dc96cb59075b2abf0 to your computer and use it in GitHub Desktop.
app.directive('animsition', function() {
return {
restrict: 'A',
link: function(scope, elm, attrs) {
$.components.init("animsition");
}
};
});
<div animsition class="page-login-v3 layout-full">
<div class="page animsition vertical-align text-center" data-animsition-in="fade-in"
data-animsition-out="fade-out">
<!-- Content -->
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment