Javascript

Lazy Loading Scripts — step-by-step Javascript tutorial on Progressive Robot

Lazy Loading Scripts

An easy way to lazily load scripts on certain DOM events. In this example, we load the search script only on the user focus in a search input.

Read more
React でスムーススクロールを実装する方法 — step-by-step Javascript tutorial on Progressive Robot

React でスムーススクロールを実装する方法

スムーススクロールとは何でしょう。ボタンをクリックして(同じ) ページの別の箇所へジャンプさせる代わりに、スクロールアニメーションによってそこまで移動させ機能です。これはサイトの美観に差をつける繊細な機能です。

Read more
CHAT