Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

💡[FEATURE]: 🌟 Reveal Elements On Scroll 🌟 #386

Merged
merged 10 commits into from
Jun 1, 2024
Merged

💡[FEATURE]: 🌟 Reveal Elements On Scroll 🌟 #386

merged 10 commits into from
Jun 1, 2024

Conversation

Anjaliavv51
Copy link
Contributor

@Anjaliavv51 Anjaliavv51 commented Jun 1, 2024

Description

issue #103
Added Reveal Elements on scroll fasture

Related Issues

[Cite any related issue(s) this pull request addresses. If none, simply state “None”]

Type of PR

  • [] Bug fix
  • Feature enhancement
  • [] Documentation update
  • [] Other (specify): _______________

Screenshots / videos (if applicable)

[Attach any relevant screenshots or videos demonstrating the changes]

20240601-0804-51.7337137.mp4

Checklist

  • I have gone through the contributing guide
  • I have updated my branch and synced it with project main branch before making this PR
  • I have performed a self-review of my code
  • I have tested the changes thoroughly before submitting this pull request.
  • I have provided relevant issue numbers, screenshots, and videos after making the changes.
  • I have commented my code, particularly in hard-to-understand areas.

Additional context:

[Include any additional information or context that might be helpful for reviewers.]
Added Code:

<script src="https://unpkg.com/scrollreveal"></script>
<script>
    ScrollReveal({ 
        //reset: true ,
        distance : '60px' ,
        duration:2500,
        delay:400
    });
    ScrollReveal().reveal('.d-flex,#home', { delay: 500 , origin:'top' });
    ScrollReveal().reveal('.logo , .navbar,.content', { delay: 500 , origin:'left' });
    ScrollReveal().reveal('.sec-img', { delay: 500 , origin:'right' });
    ScrollReveal().reveal('.col-md-6,.about', { delay: 600 , origin:'left' });
    ScrollReveal().reveal('.col-lg-3', { delay: 500 , origin:'left' });
    ScrollReveal().reveal('.feedback', { delay: 400 , origin:'left' });
    ScrollReveal().reveal('.footer', { delay: 400 , origin:'bottom' });
  </script>

Copy link

vercel bot commented Jun 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
rapidoc ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 1, 2024 8:05am

@varshith257 varshith257 added gssoc level2 medium (enhancements) labels Jun 1, 2024
@varshith257 varshith257 merged commit 9ada58f into Anishkagupta04:main Jun 1, 2024
4 checks passed
Copy link
Contributor

github-actions bot commented Jun 1, 2024

🎉 Your pull request has been successfully merged! 🎉 Thank you for your contribution to our project. Your efforts are greatly appreciated. Keep up the fantastic work! 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc level2 medium (enhancements)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

💡[FEATURE]: 🌟 Reveal Elements On Scroll 🌟
2 participants