moved fade-on-route-transition class to a parent div
This commit is contained in:
parent
fada12ae81
commit
888022240b
2 changed files with 10 additions and 6 deletions
|
|
@ -1,7 +1,9 @@
|
|||
<template>
|
||||
<div>
|
||||
<navButton type="button" text="back" :scenario="this.navigationScenarios.CLICKED_BACK"></navButton>
|
||||
<p class="fade-on-route-transition">Vehicle Year Placeholder</p>
|
||||
<div class="fade-on-route-transition">
|
||||
<navButton type="button" text="back" :scenario="this.navigationScenarios.CLICKED_BACK"></navButton>
|
||||
<p>Vehicle Year Placeholder</p>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,11 @@
|
|||
<template>
|
||||
<div>
|
||||
<p class="fade-on-route-transition">Welcome Page Placeholder</p>
|
||||
<br />
|
||||
<navButton type="button" text="Next" :scenario="this.navigationScenarios.CLICKED_FORWARD"></navButton>
|
||||
<navButton text="Google" :scenario="this.navigationScenarios.CLICKED_TEST"></navButton>
|
||||
<div class="fade-on-route-transition">
|
||||
<p>Welcome Page Placeholder</p>
|
||||
<br />
|
||||
<navButton type="button" text="Next" :scenario="this.navigationScenarios.CLICKED_FORWARD"></navButton>
|
||||
<navButton text="Google" :scenario="this.navigationScenarios.CLICKED_TEST"></navButton>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue