3. Happy New Year - THREE.js CharactersTexture Particle
<script> // Detect dark theme var iframe = document.getElementById('tweet-1873769532747329690-419'); if (document.body.className.includes('dark-theme')) { iframe.src = "https://platform.twitter.com/embed/Tweet.html?id=1873769532747329690&theme=dark" } </script> <script> // Detect dark theme var iframe = document.getElementById('tweet-1873769537155563560-296'); if (document.body.className.includes('dark-theme')) { iframe.src = "https://platform.twitter.com/embed/Tweet.html?id=1873769537155563560&theme=dark" } </script> <script> // Detect dark theme var iframe = document.getElementById('tweet-1873769541182087266-648'); if (document.body.className.includes('dark-theme')) { iframe.src = "https://platform.twitter.com/embed/Tweet.html?id=1873769541182087266&theme=dark" } </script> <script> // Detect dark theme var iframe = document.getElementById('tweet-1873769545372152061-551'); if (document.body.className.includes('dark-theme')) { iframe.src = "https://platform.twitter.com/embed/Tweet.html?id=1873769545372152061&theme=dark" } </script>
The above is the detailed content of Best Happy New Year animation using HTML and CSS. For more information, please follow other related articles on the PHP Chinese website!