mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 15:51:16 +08:00
updated modal animation speed and reduced opacity
This commit is contained in:
@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user