We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
⚠️⚠️⚠️
To utilize our transitions you must include these files.
<link rel="stylesheet" href="../../../styles/transitionAnimation.css">
<script src="../../../scripts/angular/angular-animate.min.js"></script>
You will need to load the ngAnimate module in your application by adding it as a dependent module:
angular.module('app', ['ngAnimate']);
Then include the class name slide on your ng-view <div class="slide" ng-view></div>
<div class="slide" ng-view></div>