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:
parent
d6c0aa161e
commit
d29843f35e
|
@ -67,12 +67,10 @@ body {
|
||||||
|
|
||||||
border: 1px solid rgba(0, 0, 0, .3);
|
border: 1px solid rgba(0, 0, 0, .3);
|
||||||
|
|
||||||
/*
|
|
||||||
transition: transform .3s ease-out;
|
transition: transform .3s ease-out;
|
||||||
-o-transition: -o-transform .3s ease-out;
|
-o-transition: -o-transform .3s ease-out;
|
||||||
-moz-transition: -moz-transform .3s ease-out;
|
-moz-transition: -moz-transform .3s ease-out;
|
||||||
-webkit-transition: -webkit-transform .3s ease-out;
|
-webkit-transition: -webkit-transform .3s ease-out;
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
.slides.layout-widescreen > article {
|
.slides.layout-widescreen > article {
|
||||||
margin-left: -550px;
|
margin-left: -550px;
|
||||||
|
|
Loading…
Reference in New Issue