diff --git a/README.md b/README.md
index 2e85e2c..0d40b1f 100644
--- a/README.md
+++ b/README.md
@@ -15,97 +15,97 @@ A Web Component that builds an SVG Sparkline.
```html
-
+
```
### With curve
```html
-
+
```
### Start and End labels
```html
-
+
```
### Animated
```html
-
+
```
### Defined Animation Duration
```html
-
+
```
### Defined Animation Delay
```html
-
+
```
### Defined color
```html
-
+
```
### With gradient
```html
-
+
```
### Defined gradient color
```html
-
+
```
### Filled
```html
-
+
```
### Defined fill color
```html
-
+
```
### Defined endpoint color
```html
-
+
```
### Defined endpoint width
```html
-
+
```
### Without endpoint
```html
-
+
```
### Defined line width
```html
-
+
```
### Defined width and height
```html
-
+
```
## Features
diff --git a/demo.html b/demo.html
index cdc52dc..ff99045 100644
--- a/demo.html
+++ b/demo.html
@@ -15,73 +15,76 @@
- General usage example
+ General usage example
-
+
- With curve
+ With curve
-
+
- Start and End labels
+ Start and End labels
-
+
- Animated
+ Animated
+ Only animates when the prefers-reduced-motion
media query has the value no-preference
.
+ Waits until the sparkline is visible in the viewport to initate the animation.
-
+
- Defined Animation Duration
+ Defined Animation Duration
-
+
- Defined Animation Delay
+ Defined Animation Delay
-
+
- Defined color
+ Defined color
-
+
- With gradient
+ With gradient
-
+
- Defined gradient color
+ Defined gradient color
-
+
- Filled
+ Filled
-
+
- Defined fill color
+ Defined fill color
-
+
- Defined endpoint color
+ Defined endpoint color
-
+
- Without endpoint
+ Without endpoint
-
+
- Defined endpoint width
+ Defined endpoint width
-
+
- Defined line width
+ Defined line width
+ Doesn’t look great when the line-width
is greater than the endpoint-width
!
-
+
- Defined width and height
+ Defined width and height
-
+
- Server-rendered and hydrated
+ Server-rendered and hydrated
-
+
Start