Dear all Github friends,
I moved this gist to the Github repository.
Following this repository https://github.com/nijicha/install_nodejs_and_yarn_homebrew
| import { useRef, useCallback, useEffect } from 'react' | |
| import { useInView } from 'react-intersection-observer' | |
| import 'intersection-observer' | |
| export default ({ src, caption, ratio }) => { | |
| const [inViewRef, inView] = useInView({ | |
| threshold: 1, | |
| }) | |
| const videoRef = useRef() |
Dear all Github friends,
I moved this gist to the Github repository.
Following this repository https://github.com/nijicha/install_nodejs_and_yarn_homebrew
| $ git remote rm origin | |
| $ git remote add origin git@github.com:aplikacjainfo/proj1.git | |
| $ git config master.remote origin | |
| $ git config master.merge refs/heads/master |
| { | |
| "name": "scrollTo.js", | |
| "version": "0.1.0" | |
| } |
| /** | |
| * jQuery alterClass plugin | |
| * | |
| * Remove element classes with wildcard matching. Optionally add classes: | |
| * $( '#foo' ).alterClass( 'foo-* bar-*', 'foobar' ) | |
| * | |
| * Copyright (c) 2011 Pete Boere (the-echoplex.net) | |
| * Free under terms of the MIT license: http://www.opensource.org/licenses/mit-license.php | |
| * | |
| */ |