File tree Expand file tree Collapse file tree 2 files changed +30
-15
lines changed Expand file tree Collapse file tree 2 files changed +30
-15
lines changed Original file line number Diff line number Diff line change 67
67
// Vendor
68
68
// -------------------------------------
69
69
70
+ @import 'vendor/animate '
70
71
@import 'vendor/codemirror '
71
72
@import 'vendor/codemirror-theme '
72
73
@import 'vendor/tooltip '
75
76
// Inbox
76
77
// -------------------------------------
77
78
78
- // Animations are handled using Angulars ng-animate which adds and
79
- // removes classes during various phases. If this doesn't work we can
80
- // do something different, but ng-animate is pretty crazy flexible in the timing
81
- // in code of where these happen if we need to tweak things.
82
- .animate--fade.ng-enter ,
83
- .animate--fade.ng-leave
84
- // transition: all 1s ease-in-out
85
- .animate--fade.ng-enter ,
86
- .animate--fade.ng-leave.ng-leave-active
87
- display : none
88
- // opacity: 0
89
- .animate--fade.ng-leave ,
90
- .animate--fade.ng-enter.ng-enter-active
91
- display : block
92
- // opacity: 1
79
+ // ...
Original file line number Diff line number Diff line change
1
+ // *************************************
2
+ //
3
+ // Animate
4
+ // -> ng-animate
5
+ //
6
+ // -------------------------------------
7
+ // Template (Haml)
8
+ // -------------------------------------
9
+ //
10
+ // .animate[...]
11
+ //
12
+ // *************************************
13
+
14
+ // .animate
15
+
16
+ // -------------------------------------
17
+ // Modifiers
18
+ // -------------------------------------
19
+
20
+ // ----- Fade ----- //
21
+
22
+ .animate--fade
23
+
24
+ & .ng-enter , & .ng-leave.ng-leave-active
25
+ display : none
26
+
27
+ & .ng-leave , & .ng-enter.ng-enter-active
28
+ display : block
You can’t perform that action at this time.
0 commit comments