Make slide effect fast on chrome

This commit is contained in:
Tankred Hase 2014-06-17 12:20:16 +02:00
parent b9da151a54
commit ec9a87d23a
2 changed files with 5 additions and 1 deletions

View File

@ -53,7 +53,10 @@ define(function(require) {
}
$scope.state.mailList.selected = email;
$scope.state.read.toggle(true);
$timeout(function() {
// toogle read ste in next digest step to speed up css transition to read mode
$scope.state.read.toggle(true);
});
keychainDao.refreshKeyForUserId(email.from[0].address, onKeyRefreshed);

View File

@ -2,6 +2,7 @@
@include clearfix();
height: 100%;
overflow: hidden;
backface-visibility: hidden;
// double in modile to allow slide transition
@include respond-to(mobile) {