Added DelayedAction class to use to handle stopping scrolling

Этот коммит содержится в:
hmhealey
2015-12-15 15:55:52 -05:00
родитель 872f001fbb
Коммит 07638f7e7d
3 изменённых файлов: 46 добавлений и 2 удалений

Просмотреть файл

@@ -262,7 +262,7 @@ body.ios {
line-height: 25px;
margin-left: -60px;
-webkit-font-smoothing: initial;
@include single-transition(all, 0.3s, ease, 1.0s);
@include single-transition(all, 0.3s, ease);
@include translateY(-45px);
@include opacity(0);