mirror of
https://github.com/moparisthebest/mail
synced 2024-11-26 19:02:20 -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.mailList.selected = email;
|
||||||
|
$timeout(function() {
|
||||||
|
// toogle read ste in next digest step to speed up css transition to read mode
|
||||||
$scope.state.read.toggle(true);
|
$scope.state.read.toggle(true);
|
||||||
|
});
|
||||||
|
|
||||||
keychainDao.refreshKeyForUserId(email.from[0].address, onKeyRefreshed);
|
keychainDao.refreshKeyForUserId(email.from[0].address, onKeyRefreshed);
|
||||||
|
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
@include clearfix();
|
@include clearfix();
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
backface-visibility: hidden;
|
||||||
|
|
||||||
// double in modile to allow slide transition
|
// double in modile to allow slide transition
|
||||||
@include respond-to(mobile) {
|
@include respond-to(mobile) {
|
||||||
|
Loading…
Reference in New Issue
Block a user