Skip to content

SaraFreitas02/animations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CSS3 Flexbox

Animations License: CC0

This repository consists of a playground to practice animations. Currently, it is not part of the goal to make this page aesthetically pleasing but rather just showcase the core of each of the animations.

Section Link
🎯 Goal Goal
📁 Project Files Project Files
Features Features
⚙️ Installation Instructions Installation Instructions
📝 Usage Instructions Usage Instructions
📜 License License


Project Files

  • index.html: The main HTML file responsible for content display.
  • style.css: Contains the styles that determine the appearance of the webpage and animations.


Features

  • Grow on Hover: When an item is hovered over, it grows while the others are shrinked.
  • Card Rotation with Change of Content: When hovering over the card, it turns around showing its back that contains more information.
  • Dynamic Input Field: Label moves up to create space for the user information when the input is focused. When unfocused, if the input contains text, the label stays up and if the input is empty, the label goes back to its original position.
  • Card Slide on Click: Two clickable cards are diplayed. When one of them is clicked, a sliding card moves (overlaping it) to highlight the respective selected card, and more info is shown inside it.


Browser Compatibility

Last updated: 23-Aug-2024, 07:08

To evaluate browser compatibility, three levels are used:

  • ✅ Full Compatibility: All features work as expected.
  • 🟡 Partial Compatibility: Some features work as expected.
  • ❌ No Compatibility: None of the features work as expected.

If a browser is not listed below, it has not been tested yet.


Browser Compatibility
Google Chrome
Microsoft Edge
Mozilla Firefox
Opera
Safari 🟡

Notes:

  1. This table will be updated regularly as more browsers are tested.
  2. If you encounter issues in a browser (listed or not listed), please report it.


Installation Instructions

Open the live page or:

  1. Clone the repository to your local machine using:
    git clone https://github.com/SaraFreitas02/animations
  2. Navigate to the project directory.
    cd animations
  3. Open each respective index.html in your preferred web browser to view the webpage.


Usage Instructions

Interact with each item to explore the animations and have fun.



License

This project is licensed under the CC0 1.0 Universal Public Domain Dedication.

This means you can:

Copy, modify, distribute, and use the work, even for commercial purposes, without asking permission.

For full details, see the license here.

Releases

No releases published

Packages

No packages published