Skip to content

Commit b4b7734

Browse files
committed
Better polyfill links
1 parent 08fafaa commit b4b7734

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ basicScroll allows you to change CSS variables depending on the scroll position.
4141

4242
basicScroll depends on the following browser features and APIs:
4343

44-
- [CSS Custom Properties](https://drafts.csswg.org/css-variables/#defining-variables)
45-
- [Object.assign](http://www.ecma-international.org/ecma-262/6.0/#sec-object.assign)
46-
- [requestAnimationFrame](https://www.w3.org/TR/animation-timing/#dom-windowanimationtiming-requestanimationframe)
44+
- [CSS Custom Properties](https://developer.mozilla.org/en-US/docs/Web/CSS/--*)
45+
- [Object.assign](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign)
46+
- [window.requestAnimationFrame](https://developer.mozilla.org/en-US/docs/Web/API/window/requestAnimationFrame)
4747

4848
Some of these APIs are capable of being polyfilled in older browsers. Check the linked resources above to determine if you must polyfill to achieve your desired level of browser support.
4949

0 commit comments

Comments
 (0)