We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fc199e commit da9283eCopy full SHA for da9283e
slides/index.html
@@ -808,7 +808,7 @@ <h4>ASP.NET Core</h4>
808
</table>
809
</section>
810
<section>
811
- <h3>ASP.NET Core MVC</h3>
+ <h3>ASP.NET Core</h3>
812
<p>Building web APIs and web apps</p>
813
<aside class="notes">
814
<p>a.k.a. MVC 6</p>
@@ -1130,7 +1130,7 @@ <h2>Thank You!</h2>
1130
{ src: 'plugin/notes/notes.js', async: true },
1131
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }
1132
],
1133
- transition: 'default', // default/cube/page/concave/linear(2d)/none
+ transition: 'linear', // default/cube/page/concave/linear(2d)/none
1134
slideNumber: 'c/t'
1135
});
1136
</script>
0 commit comments