タグ

URIとemojiに関するraimon49のブックマーク (2)

  • ロケーションバーでアニメーションする - hitode909の日記

    ロケーションバーでアニメーションするのをtwitterで見かけて、いいなと思ったのでやってみる。 <script> (() => { let chars = ["🌕", "🌖", "🌗", "🌘", "🌑", "🌒", "🌓", "🌔"]; setInterval(() => { history.replaceState({}, '', location.pathname+location.search+'#'+chars[0]); chars.push(chars.shift()); }, 100); })(); </script> Animate your url transitions for that extra flair ✨ pic.twitter.com/w4VEeQjfJf— Neal Agarwal (@nealagarwal) 2020年8月12日

    ロケーションバーでアニメーションする - hitode909の日記
  • コードレビュー - hitode909の日記


    diff diff GitHubPull Request使 Discussion Commit Status Commits1 1  Files
    コードレビュー - hitode909の日記
  • 1