Skip to content

Commit 3cfef43

Browse files
committed
Add demo
1 parent b721dc2 commit 3cfef43

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://www.ProAngular.com" target="_blank">
3-
<img src="src/assets/pro-angular-logo.png">
3+
<img src="src/assets/images/pro-angular-logo.png">
44
</a>
55
<h1 align="center">
66
<a href="https://www.ProAngular.com" target="_blank">
@@ -17,3 +17,6 @@
1717

1818
# Description
1919
Configurable, lightweight back to top button for Angular projects.
20+
21+
# Demo
22+
![Demo animation](src/assets/images/demo-scroll-top.gif?raw=true)

src/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Component } from '@angular/core';
55
template: `
66
<header></header>
77
<section>
8-
<p *ngFor="let number of Array(88)">
8+
<p *ngFor="let number of Array(20)">
99
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod
1010
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minimssy
1111
veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip expir
3.63 MB
Loading
File renamed without changes.

0 commit comments

Comments
 (0)