Update tags, expertise and descriptions across

Fix anything that was a bit out of place
This commit is contained in:
Angelos Chalaris
2020-03-05 22:52:51 +02:00
parent e536c78974
commit 7e69307433
47 changed files with 114 additions and 121 deletions

View File

@ -1,12 +1,14 @@
---
title: Mouse cursor gradient tracking
tags: visual, interactivity,advanced
tags: visual,interactivity,advanced
---
A hover effect where the gradient follows the mouse cursor.
```html
<button class="mouse-cursor-gradient-tracking"><span>Hover me</span></button>
<button class="mouse-cursor-gradient-tracking">
<span>Hover me</span>
</button>
```
```css
@ -63,6 +65,4 @@ btn.onmousemove = function(e) {
#### Browser support
<span class="snippet__support-note">⚠️ Requires JavaScript.</span>
- https://caniuse.com/#feat=css-variables