#1072: Animations contest page
Issue #1072 by AQIB-NAWAB
Animations contest page
Pull Request Details
Description
add animations to the contest page
Fixes #1025
Type of PR
- [ ] Bug fix
- [ x] Feature enhancement
- [ ] Documentation update
- [ ] Refactoring
- [ ] Other (specify): ___
Summary
Using framer motion add animations
Screenshots (if applicable) Screencast from 02-11-2024 15:15:34.webm Additional Notes Checklist - [x ] I have read and followed the Pull Requests and Issues guidelines. - [x ] The code has been properly linted and formatted using
Screenshots (if applicable) Screencast from 02-11-2024 15:15:34.webm Additional Notes Checklist - [x ] I have read and followed the Pull Requests and Issues guidelines. - [x ] The code has been properly linted and formatted using
npm run lint:fix
and npm run format:fix
.
- [ x] I have tested the changes thoroughly before submitting this pull request.
- [ x] I have provided relevant issue numbers, snapshots, and videos after making the changes.
- [ x] I have not borrowed code without disclosing it, if applicable.
- [ x] This pull request is not a Work In Progress (WIP), and only completed and tested changes are included.
- [ x] I have tested these changes locally.
- [ x] My code follows the project's style guidelines.
- [ x] I have updated the documentation accordingly.
- [ x] This PR has a corresponding issue in the issue tracker.
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
Summary by CodeRabbit
Release Notes
- New Features
- Enhanced animations in the Contest Page Layout and Filter components using the framer-motion
library for a more dynamic user experience.
- Added smooth entrance animations for loading indicators and interactive elements.
- Bug Fixes
- Improved rendering performance in the Hackathons component by adding a unique key prop to the Card component.
- Chores
- Minor code structure adjustments in User Dashboard for improved readability and consistency, without affecting functionality.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->0 Replies