機能– category –
-
GSAP入門 – アニメーション制作のための高機能なJSライブラリ(前編)
https://ics.media/entry/220822/ -
slick でフェードスライダーを作成する
https://qiita.com/ot_RikuOta/items/995412e1f03db6eacb68 <div class="slider js-slider"> <!-- 1つ目のスライド --> <div class="sli... -
たった一行のCSSで複数カードの水平グリッドを簡単に揃えられる! CSSのサブグリッド(subgrid)の基礎知識と使い方
https://zenn.dev/tonkotsuboy_com/articles/css-subgrid-all-browsers https://coliss.com/articles/build-websites/operation/css/about-css-subgrid.html -
HTMLとCSSのみでWebサイト用のスライドショーを作る
https://www.bring-flower.com/blog/slideshow/ -
facebook ページプラグイン
https://developers.facebook.com/docs/plugins/page-plugin -
YouTube埋め込み
https://hirashimatakumi.com/blog/6601.html -
遷移無しページネーション
https://100webdesign.jp/services/wordpress/wp_result/wp_result-22800/ https://dubdesign.net/web/make_homepage/jquery-paginathingjs/ <link href="https... -
スクロール
世界の国を比較してみようー! 日本 アメリカ 中国 タンザニア 国旗 人口 1.2億人 3.3億人 14.4億人 0.6億人 挨拶 こんにちは ハロー ニーハオ ジャンボ -
ページ内リンクをスムーズスクロール
bodyタグ終了直前に記述 <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> <script> $(function(){ $('a[href^=... -
Google MAP API マーカー複数
https://www.tam-tam.co.jp/tipsnote/javascript/post7755.html <div id="map"></div> <script> function initMap() { var latlng = new g... -
Google MAP API グレー
<div class="map-wrap"> <div id="map" class="map"></div> </div> <script src="https://maps.google... -
アコーディオンメニュー
bodyタグ終了直前に出力するコード </body>直前 <script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTka...