Skip to content

Commit da9283e

Browse files
committed
changed the default slide transition
1 parent 0fc199e commit da9283e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

slides/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ <h4>ASP.NET Core</h4>
808808
</table>
809809
</section>
810810
<section>
811-
<h3>ASP.NET Core MVC</h3>
811+
<h3>ASP.NET Core</h3>
812812
<p>Building web APIs and web apps</p>
813813
<aside class="notes">
814814
<p>a.k.a. MVC 6</p>
@@ -1130,7 +1130,7 @@ <h2>Thank You!</h2>
11301130
{ src: 'plugin/notes/notes.js', async: true },
11311131
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }
11321132
],
1133-
transition: 'default', // default/cube/page/concave/linear(2d)/none
1133+
transition: 'linear', // default/cube/page/concave/linear(2d)/none
11341134
slideNumber: 'c/t'
11351135
});
11361136
</script>

0 commit comments

Comments
 (0)