GithubHelp home page GithubHelp logo

tocjpapi / the-art-of-emergence Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 5.65 MB

This is the repository of a website I made. Talking about the importance of "emergence" in design

License: MIT License

HTML 57.96% CSS 42.04%

the-art-of-emergence's Introduction

vid.-.Trim.mp4

The Art of Emergence ®

A digital space I made to demonstrate one of my personal most important principles of design.

Description

"A lot of designers don't talk about this particular principle of design animation principle, and it's of great importance as companies like Apple and Google and Some designers like Camille Mormal and Dennis Snellenberg use it Alot."

Getting Started

Dependencies

To access the School Drama Club Website Showcase, you'll need:

  • A modern web browser
  • Internet connectivity

Highlight Feature

CSS Intro Animation

.intro{
    height: 100vh;
    width: 100vw;
    scale: 0.5;
    animation:fade-up 1.1s,scale 1.2s  1.2s  ease forwards;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: filter 0.1s;
}

@keyframes fade-up {
    from {
        transform: translateY(50px);
        opacity: 0;
    }

    to{
        opacity: 1;
    }
    
}


@keyframes scale {
    from{
        scale: 0.5;
    }

    to{
        scale: 1;
    }
}

  

Installation

There's no need for installation. Simply visit the website to start exploring.

Executing Program

To Go to the website:

  1. Launch your preferred web browser.
  2. Enter the website's URL in the address bar.

Author

Version History

  • 1.0
    • I doubt I might make a new version tbh

License

This project is licensed under the MIT License - refer to the LICENSE.md file for details.

  • Elanique.co

  • School website: https://pau.edu.ng/

    This website is designed to enhance the experience of our school's drama club members and enthusiasts.

the-art-of-emergence's People

Contributors

tocjpapi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.