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

"Changes in css in class copyright" I want to contribute under GSSOC 24 Extended. #948

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Anshuman-Tiwari-2002
Copy link

@Anshuman-Tiwari-2002 Anshuman-Tiwari-2002 commented Oct 2, 2024

The solution involves implementing a scrolling text effect for a copyright notice. The goal is to create a dynamic, visually engaging text that moves continuously from right to left across the screen.

Key Features of the Solution:
CSS Animation:

A @Keyframes animation is applied to the text element, animating its horizontal position using the translateX() property.
The animation moves the text from 100% (off-screen to the right) to -100% (off-screen to the left), creating a continuous scrolling effect.
Responsive Design:

The text is wrapped within a container that uses white-space: nowrap to prevent line breaks, ensuring the text moves as a single line across the screen.
overflow: hidden ensures that the text is clipped once it moves out of the container's boundaries, providing a clean, professional look.
Customizable:

The scrolling speed can be adjusted by changing the duration of the animation (e.g., 10s can be modified to make the text move faster or slower).
The text content can easily be updated, allowing it to be used for different purposes, such as news tickers, important updates, or promotional banners.
Cross-Browser Compatibility:

The solution uses standard CSS properties that are widely supported across modern web browsers, ensuring consistent behavior for most users.

Assign this issue to me

Copy link

vercel bot commented Oct 2, 2024

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

Name Status Preview Comments Updated (UTC)
precious-it-services ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 2, 2024 6:28pm

@Anshuman-Tiwari-2002 Anshuman-Tiwari-2002 changed the title Changes in css in class copyright Changes in css in class copyright I want to contribute under GSSOC 24 Extended. Oct 2, 2024
@Anshuman-Tiwari-2002 Anshuman-Tiwari-2002 changed the title Changes in css in class copyright I want to contribute under GSSOC 24 Extended. "Changes in css in class copyright" I want to contribute under GSSOC 24 Extended. Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant