Skip to content

1 #396

@sharmashouryayt-sys

Description

@sharmashouryayt-sys
<script> const heroText = document.querySelector('.hero h1'); heroText.style.opacity = 0; window.onload = () => { heroText.style.transition = "opacity 2s ease"; heroText.style.opacity = 1; }; </script>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions