1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-14 18:44:40 +02:00

drop -o-transition and -ms-transition

This commit is contained in:
Hakim El Hattab
2014-02-17 17:52:26 +01:00
parent b25fa50657
commit 9478d03cf6
12 changed files with 1 additions and 111 deletions

View File

@@ -99,8 +99,6 @@ body {
-webkit-transition: all .2s ease; -webkit-transition: all .2s ease;
-moz-transition: all .2s ease; -moz-transition: all .2s ease;
-ms-transition: all .2s ease;
-o-transition: all .2s ease;
transition: all .2s ease; transition: all .2s ease;
} }
.reveal .slides section .fragment.visible { .reveal .slides section .fragment.visible {
@@ -436,8 +434,6 @@ body {
-webkit-transition: all 0.2s ease; -webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease; -moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease; transition: all 0.2s ease;
} }
@@ -525,8 +521,6 @@ body {
-webkit-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985); -webkit-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
-moz-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985); -moz-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
-ms-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
-o-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985); transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
} }
@@ -570,8 +564,6 @@ body {
-webkit-transition: -webkit-perspective .4s ease; -webkit-transition: -webkit-perspective .4s ease;
-moz-transition: -moz-perspective .4s ease; -moz-transition: -moz-perspective .4s ease;
-ms-transition: -ms-perspective .4s ease;
-o-transition: -o-perspective .4s ease;
transition: perspective .4s ease; transition: perspective .4s ease;
-webkit-perspective: 600px; -webkit-perspective: 600px;
@@ -613,14 +605,6 @@ body {
-moz-transform 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985), -moz-transform 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985),
visibility 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985), visibility 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985),
opacity 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985); opacity 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
-ms-transition: -ms-transform-origin 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985),
-ms-transform 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985),
visibility 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985),
opacity 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
-o-transition: -o-transform-origin 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985),
-o-transform 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985),
visibility 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985),
opacity 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
transition: transform-origin 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985), transition: transform-origin 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985),
transform 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985), transform 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985),
visibility 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985), visibility 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985),
@@ -631,13 +615,11 @@ body {
.reveal[data-transition-speed="fast"] .slides section { .reveal[data-transition-speed="fast"] .slides section {
-webkit-transition-duration: 400ms; -webkit-transition-duration: 400ms;
-moz-transition-duration: 400ms; -moz-transition-duration: 400ms;
-ms-transition-duration: 400ms;
transition-duration: 400ms; transition-duration: 400ms;
} }
.reveal[data-transition-speed="slow"] .slides section { .reveal[data-transition-speed="slow"] .slides section {
-webkit-transition-duration: 1200ms; -webkit-transition-duration: 1200ms;
-moz-transition-duration: 1200ms; -moz-transition-duration: 1200ms;
-ms-transition-duration: 1200ms;
transition-duration: 1200ms; transition-duration: 1200ms;
} }
@@ -645,13 +627,11 @@ body {
.reveal .slides section[data-transition-speed="fast"] { .reveal .slides section[data-transition-speed="fast"] {
-webkit-transition-duration: 400ms; -webkit-transition-duration: 400ms;
-moz-transition-duration: 400ms; -moz-transition-duration: 400ms;
-ms-transition-duration: 400ms;
transition-duration: 400ms; transition-duration: 400ms;
} }
.reveal .slides section[data-transition-speed="slow"] { .reveal .slides section[data-transition-speed="slow"] {
-webkit-transition-duration: 1200ms; -webkit-transition-duration: 1200ms;
-moz-transition-duration: 1200ms; -moz-transition-duration: 1200ms;
-ms-transition-duration: 1200ms;
transition-duration: 1200ms; transition-duration: 1200ms;
} }
@@ -777,8 +757,6 @@ body {
.reveal.zoom .slides>section:not([data-transition]) { .reveal.zoom .slides>section:not([data-transition]) {
-webkit-transition-timing-function: ease; -webkit-transition-timing-function: ease;
-moz-transition-timing-function: ease; -moz-transition-timing-function: ease;
-ms-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease; transition-timing-function: ease;
} }
@@ -1115,8 +1093,6 @@ body {
-webkit-transition: opacity 0.5s; -webkit-transition: opacity 0.5s;
-moz-transition: opacity 0.5s; -moz-transition: opacity 0.5s;
-ms-transition: opacity 0.5s;
-o-transition: opacity 0.5s;
transition: opacity 0.5s; transition: opacity 0.5s;
} }
@@ -1127,8 +1103,6 @@ body {
.reveal.fade.overview-deactivating .slides>section>section { .reveal.fade.overview-deactivating .slides>section>section {
-webkit-transition: none; -webkit-transition: none;
-moz-transition: none; -moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none; transition: none;
} }
@@ -1147,8 +1121,6 @@ body {
-webkit-transition: none; -webkit-transition: none;
-moz-transition: none; -moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none; transition: none;
} }
@@ -1220,8 +1192,6 @@ body {
-webkit-transition: all 1s ease; -webkit-transition: all 1s ease;
-moz-transition: all 1s ease; -moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease; transition: all 1s ease;
} }
.reveal.paused .pause-overlay { .reveal.paused .pause-overlay {
@@ -1278,8 +1248,6 @@ body {
.reveal .no-transition * { .reveal .no-transition * {
-webkit-transition: none !important; -webkit-transition: none !important;
-moz-transition: none !important; -moz-transition: none !important;
-ms-transition: none !important;
-o-transition: none !important;
transition: none !important; transition: none !important;
} }
@@ -1296,8 +1264,6 @@ body {
-webkit-transition: background 800ms ease; -webkit-transition: background 800ms ease;
-moz-transition: background 800ms ease; -moz-transition: background 800ms ease;
-ms-transition: background 800ms ease;
-o-transition: background 800ms ease;
transition: background 800ms ease; transition: background 800ms ease;
} }
.alert .reveal .state-background { .alert .reveal .state-background {
@@ -1357,8 +1323,6 @@ body {
-webkit-transition: all 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985); -webkit-transition: all 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
-moz-transition: all 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985); -moz-transition: all 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
-ms-transition: all 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
-o-transition: all 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
transition: all 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985); transition: all 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
} }
.reveal .slide-background.present { .reveal .slide-background.present {
@@ -1376,8 +1340,6 @@ body {
.reveal>.backgrounds .slide-background[data-background-transition=none] { .reveal>.backgrounds .slide-background[data-background-transition=none] {
-webkit-transition: none; -webkit-transition: none;
-moz-transition: none; -moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none; transition: none;
} }
@@ -1510,8 +1472,6 @@ body {
.reveal>.backgrounds .slide-background[data-background-transition=zoom] { .reveal>.backgrounds .slide-background[data-background-transition=zoom] {
-webkit-transition-timing-function: ease; -webkit-transition-timing-function: ease;
-moz-transition-timing-function: ease; -moz-transition-timing-function: ease;
-ms-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease; transition-timing-function: ease;
} }
@@ -1566,13 +1526,11 @@ body {
.reveal[data-transition-speed="fast"]>.backgrounds .slide-background { .reveal[data-transition-speed="fast"]>.backgrounds .slide-background {
-webkit-transition-duration: 400ms; -webkit-transition-duration: 400ms;
-moz-transition-duration: 400ms; -moz-transition-duration: 400ms;
-ms-transition-duration: 400ms;
transition-duration: 400ms; transition-duration: 400ms;
} }
.reveal[data-transition-speed="slow"]>.backgrounds .slide-background { .reveal[data-transition-speed="slow"]>.backgrounds .slide-background {
-webkit-transition-duration: 1200ms; -webkit-transition-duration: 1200ms;
-moz-transition-duration: 1200ms; -moz-transition-duration: 1200ms;
-ms-transition-duration: 1200ms;
transition-duration: 1200ms; transition-duration: 1200ms;
} }
@@ -1613,7 +1571,6 @@ body {
.reveal.has-parallax-background .backgrounds { .reveal.has-parallax-background .backgrounds {
-webkit-transition: all 0.8s ease; -webkit-transition: all 0.8s ease;
-moz-transition: all 0.8s ease; -moz-transition: all 0.8s ease;
-ms-transition: all 0.8s ease;
transition: all 0.8s ease; transition: all 0.8s ease;
} }
@@ -1621,13 +1578,11 @@ body {
.reveal.has-parallax-background[data-transition-speed="fast"] .backgrounds { .reveal.has-parallax-background[data-transition-speed="fast"] .backgrounds {
-webkit-transition-duration: 400ms; -webkit-transition-duration: 400ms;
-moz-transition-duration: 400ms; -moz-transition-duration: 400ms;
-ms-transition-duration: 400ms;
transition-duration: 400ms; transition-duration: 400ms;
} }
.reveal.has-parallax-background[data-transition-speed="slow"] .backgrounds { .reveal.has-parallax-background[data-transition-speed="slow"] .backgrounds {
-webkit-transition-duration: 1200ms; -webkit-transition-duration: 1200ms;
-moz-transition-duration: 1200ms; -moz-transition-duration: 1200ms;
-ms-transition-duration: 1200ms;
transition-duration: 1200ms; transition-duration: 1200ms;
} }
@@ -1649,7 +1604,6 @@ body {
-webkit-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease; -moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease; transition: all 0.3s ease;
} }
.reveal .preview-link-overlay.visible { .reveal .preview-link-overlay.visible {
@@ -1673,7 +1627,6 @@ body {
-webkit-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease; -moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease; transition: all 0.3s ease;
} }
@@ -1735,7 +1688,6 @@ body {
-webkit-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease; -moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease; transition: all 0.3s ease;
} }
@@ -1769,7 +1721,6 @@ body {
-webkit-transition: all 400ms ease; -webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease; -moz-transition: all 400ms ease;
-ms-transition: all 400ms ease;
transition: all 400ms ease; transition: all 400ms ease;
} }
@@ -1813,7 +1764,6 @@ body {
-webkit-transition: all 400ms ease; -webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease; -moz-transition: all 400ms ease;
-ms-transition: all 400ms ease;
transition: all 400ms ease; transition: all 400ms ease;
-webkit-transform-origin: 50% 0%; -webkit-transform-origin: 50% 0%;

2
css/reveal.min.css vendored

File diff suppressed because one or more lines are too long

View File

@@ -64,8 +64,6 @@ body {
text-decoration: none; text-decoration: none;
-webkit-transition: color .15s ease; -webkit-transition: color .15s ease;
-moz-transition: color .15s ease; -moz-transition: color .15s ease;
-ms-transition: color .15s ease;
-o-transition: color .15s ease;
transition: color .15s ease; } transition: color .15s ease; }
.reveal a:hover { .reveal a:hover {
@@ -89,8 +87,6 @@ body {
.reveal a img { .reveal a img {
-webkit-transition: all .15s linear; -webkit-transition: all .15s linear;
-moz-transition: all .15s linear; -moz-transition: all .15s linear;
-ms-transition: all .15s linear;
-o-transition: all .15s linear;
transition: all .15s linear; } transition: all .15s linear; }
.reveal a:hover img { .reveal a:hover img {
@@ -139,8 +135,6 @@ body {
background: #8b743d; background: #8b743d;
-webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); } transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
/********************************************* /*********************************************

View File

@@ -63,8 +63,6 @@ body {
text-decoration: none; text-decoration: none;
-webkit-transition: color .15s ease; -webkit-transition: color .15s ease;
-moz-transition: color .15s ease; -moz-transition: color .15s ease;
-ms-transition: color .15s ease;
-o-transition: color .15s ease;
transition: color .15s ease; } transition: color .15s ease; }
.reveal a:hover { .reveal a:hover {
@@ -88,8 +86,6 @@ body {
.reveal a img { .reveal a img {
-webkit-transition: all .15s linear; -webkit-transition: all .15s linear;
-moz-transition: all .15s linear; -moz-transition: all .15s linear;
-ms-transition: all .15s linear;
-o-transition: all .15s linear;
transition: all .15s linear; } transition: all .15s linear; }
.reveal a:hover img { .reveal a:hover img {
@@ -138,8 +134,6 @@ body {
background: #aa2233; background: #aa2233;
-webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); } transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
/********************************************* /*********************************************

View File

@@ -64,8 +64,6 @@ body {
text-decoration: none; text-decoration: none;
-webkit-transition: color .15s ease; -webkit-transition: color .15s ease;
-moz-transition: color .15s ease; -moz-transition: color .15s ease;
-ms-transition: color .15s ease;
-o-transition: color .15s ease;
transition: color .15s ease; } transition: color .15s ease; }
.reveal a:hover { .reveal a:hover {
@@ -89,8 +87,6 @@ body {
.reveal a img { .reveal a img {
-webkit-transition: all .15s linear; -webkit-transition: all .15s linear;
-moz-transition: all .15s linear; -moz-transition: all .15s linear;
-ms-transition: all .15s linear;
-o-transition: all .15s linear;
transition: all .15s linear; } transition: all .15s linear; }
.reveal a:hover img { .reveal a:hover img {
@@ -139,8 +135,6 @@ body {
background: #13daec; background: #13daec;
-webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); } transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
/********************************************* /*********************************************

View File

@@ -64,8 +64,6 @@ body {
text-decoration: none; text-decoration: none;
-webkit-transition: color .15s ease; -webkit-transition: color .15s ease;
-moz-transition: color .15s ease; -moz-transition: color .15s ease;
-ms-transition: color .15s ease;
-o-transition: color .15s ease;
transition: color .15s ease; } transition: color .15s ease; }
.reveal a:hover { .reveal a:hover {
@@ -89,8 +87,6 @@ body {
.reveal a img { .reveal a img {
-webkit-transition: all .15s linear; -webkit-transition: all .15s linear;
-moz-transition: all .15s linear; -moz-transition: all .15s linear;
-ms-transition: all .15s linear;
-o-transition: all .15s linear;
transition: all .15s linear; } transition: all .15s linear; }
.reveal a:hover img { .reveal a:hover img {
@@ -139,8 +135,6 @@ body {
background: #268bd2; background: #268bd2;
-webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); } transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
/********************************************* /*********************************************

View File

@@ -52,8 +52,6 @@ body {
text-decoration: none; text-decoration: none;
-webkit-transition: color .15s ease; -webkit-transition: color .15s ease;
-moz-transition: color .15s ease; -moz-transition: color .15s ease;
-ms-transition: color .15s ease;
-o-transition: color .15s ease;
transition: color .15s ease; } transition: color .15s ease; }
.reveal a:hover { .reveal a:hover {
@@ -77,8 +75,6 @@ body {
.reveal a img { .reveal a img {
-webkit-transition: all .15s linear; -webkit-transition: all .15s linear;
-moz-transition: all .15s linear; -moz-transition: all .15s linear;
-ms-transition: all .15s linear;
-o-transition: all .15s linear;
transition: all .15s linear; } transition: all .15s linear; }
.reveal a:hover img { .reveal a:hover img {
@@ -127,8 +123,6 @@ body {
background: #e7ad52; background: #e7ad52;
-webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); } transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
/********************************************* /*********************************************

View File

@@ -54,8 +54,6 @@ body {
text-decoration: none; text-decoration: none;
-webkit-transition: color .15s ease; -webkit-transition: color .15s ease;
-moz-transition: color .15s ease; -moz-transition: color .15s ease;
-ms-transition: color .15s ease;
-o-transition: color .15s ease;
transition: color .15s ease; } transition: color .15s ease; }
.reveal a:hover { .reveal a:hover {
@@ -79,8 +77,6 @@ body {
.reveal a img { .reveal a img {
-webkit-transition: all .15s linear; -webkit-transition: all .15s linear;
-moz-transition: all .15s linear; -moz-transition: all .15s linear;
-ms-transition: all .15s linear;
-o-transition: all .15s linear;
transition: all .15s linear; } transition: all .15s linear; }
.reveal a:hover img { .reveal a:hover img {
@@ -129,8 +125,6 @@ body {
background: #51483d; background: #51483d;
-webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); } transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
/********************************************* /*********************************************

View File

@@ -54,8 +54,6 @@ body {
text-decoration: none; text-decoration: none;
-webkit-transition: color .15s ease; -webkit-transition: color .15s ease;
-moz-transition: color .15s ease; -moz-transition: color .15s ease;
-ms-transition: color .15s ease;
-o-transition: color .15s ease;
transition: color .15s ease; } transition: color .15s ease; }
.reveal a:hover { .reveal a:hover {
@@ -79,8 +77,6 @@ body {
.reveal a img { .reveal a img {
-webkit-transition: all .15s linear; -webkit-transition: all .15s linear;
-moz-transition: all .15s linear; -moz-transition: all .15s linear;
-ms-transition: all .15s linear;
-o-transition: all .15s linear;
transition: all .15s linear; } transition: all .15s linear; }
.reveal a:hover img { .reveal a:hover img {
@@ -129,8 +125,6 @@ body {
background: darkblue; background: darkblue;
-webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); } transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
/********************************************* /*********************************************

View File

@@ -61,8 +61,6 @@ body {
text-decoration: none; text-decoration: none;
-webkit-transition: color .15s ease; -webkit-transition: color .15s ease;
-moz-transition: color .15s ease; -moz-transition: color .15s ease;
-ms-transition: color .15s ease;
-o-transition: color .15s ease;
transition: color .15s ease; } transition: color .15s ease; }
.reveal a:hover { .reveal a:hover {
@@ -86,8 +84,6 @@ body {
.reveal a img { .reveal a img {
-webkit-transition: all .15s linear; -webkit-transition: all .15s linear;
-moz-transition: all .15s linear; -moz-transition: all .15s linear;
-ms-transition: all .15s linear;
-o-transition: all .15s linear;
transition: all .15s linear; } transition: all .15s linear; }
.reveal a:hover img { .reveal a:hover img {
@@ -136,8 +132,6 @@ body {
background: #3b759e; background: #3b759e;
-webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); } transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
/********************************************* /*********************************************

View File

@@ -64,8 +64,6 @@ body {
text-decoration: none; text-decoration: none;
-webkit-transition: color .15s ease; -webkit-transition: color .15s ease;
-moz-transition: color .15s ease; -moz-transition: color .15s ease;
-ms-transition: color .15s ease;
-o-transition: color .15s ease;
transition: color .15s ease; } transition: color .15s ease; }
.reveal a:hover { .reveal a:hover {
@@ -89,8 +87,6 @@ body {
.reveal a img { .reveal a img {
-webkit-transition: all .15s linear; -webkit-transition: all .15s linear;
-moz-transition: all .15s linear; -moz-transition: all .15s linear;
-ms-transition: all .15s linear;
-o-transition: all .15s linear;
transition: all .15s linear; } transition: all .15s linear; }
.reveal a:hover img { .reveal a:hover img {
@@ -139,8 +135,6 @@ body {
background: #268bd2; background: #268bd2;
-webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); } transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
/********************************************* /*********************************************

View File

@@ -59,8 +59,6 @@ body {
-webkit-transition: color .15s ease; -webkit-transition: color .15s ease;
-moz-transition: color .15s ease; -moz-transition: color .15s ease;
-ms-transition: color .15s ease;
-o-transition: color .15s ease;
transition: color .15s ease; transition: color .15s ease;
} }
.reveal a:hover { .reveal a:hover {
@@ -91,8 +89,6 @@ body {
.reveal a img { .reveal a img {
-webkit-transition: all .15s linear; -webkit-transition: all .15s linear;
-moz-transition: all .15s linear; -moz-transition: all .15s linear;
-ms-transition: all .15s linear;
-o-transition: all .15s linear;
transition: all .15s linear; transition: all .15s linear;
} }
@@ -157,8 +153,6 @@ body {
-webkit-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985); -webkit-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
-moz-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985); -moz-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
-ms-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
-o-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985); transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
} }