diff --git a/snippet_data/snippetList.json b/snippet_data/snippetList.json index c93f45cee..8dccbdd1f 100644 --- a/snippet_data/snippetList.json +++ b/snippet_data/snippetList.json @@ -504,7 +504,7 @@ "type": "snippetListing", "title": "Mouse cursor gradient tracking", "attributes": { - "text": "A hover effect where the gradient follows the mouse cursor.\n\n**Credit:** [Tobias Reich](https://codepen.io/electerious/pen/MQrRxX)\n\n", + "text": "A hover effect where the gradient follows the mouse cursor.\n\n", "tags": [ "visual", "interactivity", @@ -512,7 +512,7 @@ ] }, "meta": { - "hash": "97fbac82b526cafe6e48233dda46d0bb87fde7a52027774048b90c9c14818395" + "hash": "eb04cb5aab3c779685a3f485ab31cf0c1d86f5ea9e26996ba468f7ff41806654" } }, { diff --git a/snippet_data/snippets.json b/snippet_data/snippets.json index 61a7bfe4a..18abfb5e0 100644 --- a/snippet_data/snippets.json +++ b/snippet_data/snippets.json @@ -1065,7 +1065,7 @@ "type": "snippet", "attributes": { "fileName": "mouse-cursor-gradient-tracking.md", - "text": "A hover effect where the gradient follows the mouse cursor.\n\n**Credit:** [Tobias Reich](https://codepen.io/electerious/pen/MQrRxX)\n\n", + "text": "A hover effect where the gradient follows the mouse cursor.\n\n", "explanation": "\n\n1. `--x` and `--y` are used to track the position of the mouse on the button.\n2. `--size` is used to keep modify of the gradient's dimensions.\n3. `background: radial-gradient(circle closest-side, pink, transparent);` creates the gradient at the correct postion.\n\n", "browserSupport": { "text": "\n\n⚠️ Requires JavaScript.\n\n- https://caniuse.com/#feat=css-variables\n", @@ -1084,10 +1084,10 @@ ] }, "meta": { - "hash": "97fbac82b526cafe6e48233dda46d0bb87fde7a52027774048b90c9c14818395", + "hash": "eb04cb5aab3c779685a3f485ab31cf0c1d86f5ea9e26996ba468f7ff41806654", "firstSeen": "1519564479", - "lastUpdated": "1578839478", - "updateCount": 16, + "lastUpdated": "1578908304", + "updateCount": 17, "authorCount": 4 } },