Update README.md

This commit is contained in:
Casper Talvio
2021-08-12 04:00:14 +03:00
committed by GitHub
parent cfe993b831
commit 8a9b20e626

View File

@@ -258,7 +258,7 @@ OR
![image](https://user-images.githubusercontent.com/4365015/127781073-c2a2a1f1-4c60-4c57-afa9-13a4775489bb.png)
Additional eye candy. Make items glow on hover, make some UI elements glassy see-through. The last one is hacky way to turn the cover art into a backdrop on mobile, as it was removed in 10.7.0.
Additional eye candy. Make items glow on hover, make some UI elements glassy see-through. Pan animation animates the backdrop with a slow pan. The last one is hacky way to turn the cover art into a backdrop on mobile, as it was removed in 10.7.0.
```css
@import url('https://cdn.jsdelivr.net/gh/CTalvio/Ultrachromic/effects/hoverglow.css');
@@ -269,6 +269,10 @@ AND/OR
```
AND/OR
```css
@import url('https://cdn.jsdelivr.net/gh/CTalvio/Ultrachromic/effects/pan-animation.css');
```
AND/OR
```css
@import url('https://ctalvio.github.io/Monochromic/backdrop-hack_style.css');
```
@@ -300,7 +304,6 @@ There are some manual options you can define if you want, after the import lines
Also a general thanks to prayag17, I've joinked some code from him for this project. (grid episodes, title logo)
<br />
<br />