mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Support slowing animations (for debugging)
This commit is contained in:
@@ -50,6 +50,9 @@
|
||||
|
||||
<script>
|
||||
angular.module('myApp', ['ionic'])
|
||||
.config(['$ionicAnimationProvider', function($ionicAnimationProvider) {
|
||||
//$ionicAnimationProvider.setSlowAnimations(true);
|
||||
}])
|
||||
.controller('MyCtrl', function($scope, $ionicAnimation) {
|
||||
$scope.fns = [
|
||||
'linear',
|
||||
|
||||
Reference in New Issue
Block a user