0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【jQuery】pagePiling.jsを使ってスクロールをかっこよくして見た

Last updated at Posted at 2021-01-12

ポートフォリオ作品において、架空の映画告知サイトを作りたいと思い、pagePiling.jsを使ってスクロールがかっこよくなるようにしました。

ダウンロード

pagePiling.js
より、プラグインをダウンロード。
ダウンロードしたZIPファイルを解凍し、実装したい作品のローカルリポジトリにファイルを突っ込みます。

今回は動画背景にしたかったので、ダウンロードしたファイル内の「examples」から、「videoBackground」のhtmlを使用しました。

プラグインを読み込ませる

ファイルを突っ込んだら、HTMLのheadタグ内で、
・jquery.pagepiling.css
・jquery.pagepiling.min.js
を読み込ませます。

HTML
<link rel="stylesheet" type="text/css" href="jquery.pagepiling.css">
<script type="text/javascript" src="../jquery.pagepiling.min.js"></script>

別で、jQueryを読み込んでおくのも忘れずに。

実装結果

簡単に実装することができました!
スクロールに動きがつくだけでも、かっこよくなりますね。

参考サイト様

【jQuery】pagePiling.jsで1ページスクロールを実装する

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?