go.tools/cmd/present: re-enable transitions

They were disabled by mistake during the move to go.tools.

LGTM=dan.kortschak
R=golang-codereviews, dan.kortschak
CC=golang-codereviews
https://golang.org/cl/98440048
This commit is contained in:
Andrew Gerrand 2014-05-21 14:35:45 +10:00
parent d6c0aa161e
commit d29843f35e
1 changed files with 0 additions and 2 deletions

View File

@ -67,12 +67,10 @@ body {
border: 1px solid rgba(0, 0, 0, .3);
/*
transition: transform .3s ease-out;
-o-transition: -o-transform .3s ease-out;
-moz-transition: -moz-transform .3s ease-out;
-webkit-transition: -webkit-transform .3s ease-out;
*/
}
.slides.layout-widescreen > article {
margin-left: -550px;