Borders and padding were causing reflow with animation. Animation now only animates...
[philo.git] / static / scss / screen.scss
index b531c1a..b56beda 100644 (file)
@@ -48,7 +48,7 @@
 }
 
 section{
-       @include transition(all, .15s, linear);
+       @include transition(background, .15s, linear);
 }
 
 body{