updated modal animation speed and reduced opacity

This commit is contained in:
Ben Sperry
2013-10-06 17:42:43 -05:00
parent 8b6b7aecbe
commit c78fc6cbe6
4 changed files with 14 additions and 14 deletions

View File

@ -24,14 +24,14 @@
</section>
<div id="modal" class="modal slide-in-up">
<header class="bar bar-header bar-success">
<header class="bar bar-header bar-secondary">
<h1 class="title">BOOM</h1>
<a href="#" class="button" id="modal-closer">Close</a>
</header>
<main class="content padded has-header">
<h2>I'm a thing</h2>
<div style="background-color: red; width: 100%; height: 1000px"></div>
<div style="background-color: blue; width: 100%; height: 1000px"></div>
</main>
</div>