Commit 60bd047c authored by Randall Leeds's avatar Randall Leeds

be more careful with transition properties

parent 2081d9f0
...@@ -131,7 +131,7 @@ $iconset: iconset_wireframe; ...@@ -131,7 +131,7 @@ $iconset: iconset_wireframe;
// Styles for the sidebar // Styles for the sidebar
.hyp-sidebar { .hyp-sidebar {
@include single-transition(all, 0.6s, ease-in-out); @include single-transition(margin-left, 0.6s, ease-in-out);
background: url('../images/noise_1.png'); background: url('../images/noise_1.png');
background-attachment: fixed; background-attachment: fixed;
color: #666666; color: #666666;
...@@ -450,11 +450,11 @@ $threadexp-width: 1em; ...@@ -450,11 +450,11 @@ $threadexp-width: 1em;
//ANNOTATION DETAIL //ANNOTATION DETAIL
.hyp-detail { .hyp-detail {
@include single-transition(all, 0.6s, ease-in-out); @include single-transition(opacity, 0.6s, ease-in-out);
margin-left: -$thread-padding / 2; margin-left: -$thread-padding / 2;
& > .hyp-reply > .hyp-meta > .annotator-controls { & > .hyp-reply > .hyp-meta > .annotator-controls {
@include single-transition(all, 0.25s, ease-in-out); @include single-transition(opacity, 0.25s, ease-in-out);
opacity: 0; opacity: 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment