Skip to content

Transitions

o5faruk edited this page May 2, 2021 · 4 revisions

⚠️⚠️⚠️

This sdk documentation is deprecated and will not be updated. Check out our new docs at https://sdk.buildfire.com/docs/

⚠️⚠️⚠️

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>

Clone this wiki locally