Skip to content

Commit

Permalink
urlのリンクが切れていた部分の修正
Browse files Browse the repository at this point in the history
  • Loading branch information
kamem authored Aug 7, 2023
1 parent c17003b commit de6522a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/TYPESCRIPT_ES6_VANILLA.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

## Example
### Typescript
* [y scroll sample](http://github.develo.org/scroll-parallax-effect/docs/example/typescript/y-typescript.html)
* [x scroll sample](http://github.develo.org/scroll-parallax-effect/docs/example/typescript/x-typescript.html)
* [y scroll sample](http://kamem.github.io/scroll-parallax-effect/docs/example/typescript/y-typescript.html)
* [x scroll sample](http://kamem.github.io/scroll-parallax-effect/docs/example/typescript/x-typescript.html)

### Vanilla
* [y scroll sample](http://github.develo.org/scroll-parallax-effect/docs/example/vanilla/y-vanilla.html)
* [x scroll sample](http://github.develo.org/scroll-parallax-effect/docs/example/vanilla/x-vanilla.html)
* [y scroll sample](http://kamem.github.io/scroll-parallax-effect/docs/example/vanilla/y-vanilla.html)
* [x scroll sample](http://kamem.github.io/scroll-parallax-effect/docs/example/vanilla/x-vanilla.html)

## Usage

Expand All @@ -22,7 +22,7 @@ import {

直接HTMLに読みたい場合はdistフォルダのファイルを使い下記の通り読み込んでください。

https://github.develo.org/scroll-parallax-effect/dist/scroll-parallax-effect/scroll-parallax-effect.min.js
https://kamem.github.io/scroll-parallax-effect/dist/scroll-parallax-effect/scroll-parallax-effect.min.js

### Vanilla
```javascript
Expand Down Expand Up @@ -179,4 +179,4 @@ new Parallax.ParallaxTiming('.fit', [
easing: 'easeOutBack'
}
])
```
```

0 comments on commit de6522a

Please sign in to comment.