mirumirumi / mirumi-tech

mirumi's tech blog
https://mirumi.tech
4 stars 1 forks source link

Rewrite automatic table of contents highlighting using IntersectionObserver #3

Open mirumirumi opened 2 years ago

mirumirumi commented 2 years ago

なんとなく「画面中央付近でトリガー」は IntersectionObserver ではできないと勝手に思いこんでいたけど冷静に考えたらそんなことはないはずなので全部書き直したい。 今のところ手元の低スペック PC でもパフォーマンス面での問題は見られないので優先度はそこまで高くないと思われる。

リファレンス: https://developer.mozilla.org/ja/docs/Web/API/Intersection_Observer_API

mirumirumi commented 2 years ago

「上方向に戻ったときに1つ前の見出しをハイライトする」をもし実現したくなったらそのときにやろう。

mirumirumi commented 2 years ago

VueUse によさそうなの見つけた:https://vueuse.org/core/useintersectionobserver/#useintersectionobserver