mirror of
https://github.com/moparisthebest/mail
synced 2024-11-22 17:02:17 -05:00
Make slide effect fast on chrome
This commit is contained in:
parent
b9da151a54
commit
ec9a87d23a
@ -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);
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
@include clearfix();
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
backface-visibility: hidden;
|
||||
|
||||
// double in modile to allow slide transition
|
||||
@include respond-to(mobile) {
|
||||
|
Loading…
Reference in New Issue
Block a user