Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Created May 15, 2016 01:36
Show Gist options
  • Save matthieu-D/9d6185a9b55996b42c070508eb0ce678 to your computer and use it in GitHub Desktop.
Save matthieu-D/9d6185a9b55996b42c070508eb0ce678 to your computer and use it in GitHub Desktop.
.controller('ChatsCtrl', function( $timeout, ionicMaterialMotion) {
$timeout(function () {
ionicMaterialMotion.fadeSlideInRight();
ionicMaterialMotion.fadeSlideIn();
ionicMaterialMotion.ripple();
ionicMaterialMotion.blinds();
}, 500);
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment