Skip to content

Instantly share code, notes, and snippets.

@lasfrancisco
Last active September 5, 2019 15:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lasfrancisco/a85259903df201bd9144e45998f68153 to your computer and use it in GitHub Desktop.
Save lasfrancisco/a85259903df201bd9144e45998f68153 to your computer and use it in GitHub Desktop.
Animate On Scroll page template example
<section fxLayout="row" fxLayoutAlign="center center">
<div fxFlex="50" wmAnimate="landing" speed="slow" aos>
<h1 class="mat-display-1"><b>Get your app done right</b></h1>
<p>Wizdm provides wonders to your singple page application</p>
<button mat-raised-button color="accent" routerLink="/">Get started</button>
<p class="mat-small">Join us and become part of the revolution of wizdm</p>
</div>
<img fxFlex="50" src="assets/blue-buddha.svg" />
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment