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

scrolldriven animation #107

Open
7 of 10 tasks
christoph3r3w opened this issue Dec 2, 2024 · 0 comments
Open
7 of 10 tasks

scrolldriven animation #107

christoph3r3w opened this issue Dec 2, 2024 · 0 comments
Assignees

Comments

@christoph3r3w
Copy link
Contributor

christoph3r3w commented Dec 2, 2024

@christoph3r3w

Beschrijving

For the scroll-driven creative coding peak, I received the following prompt

Image

  • Syzygal : an alignment of three celestial objects, as the sun, the earth, and either the moon or a planet
  • Risoprint : Risograph printing is a technique best described as a ‘digital screen printing’. The process is similar to screen printing, but with the convenience of an office copier.

I went through a small DLC to create the following

Wat deze ticket omvat

  • Onderzoek ( what the best way is to build this component).
  • Conventies
  • Links and information that could be useful while building the component
  • Otwikkel component
  • Taken

standards & conventions #4

  • Zoveel mogelijk werken met de atomic components methode (DRY)
  • Mobile First
  • Comments toevoegen aan complexe code zodat dit voor iedereen in de squad te begrijpen is
  • Kebab case
  • Responsive
  • Progressive enhancement
  • Toegankelijk

Onderzoek & Referencies

Media of how it can and maybe should look.
How did you come to this code or aesthetical decision

Risoprint

https://www.risopop.com/what-is-riso
https://www.pinterest.com/search/pins/?rs=ac&len=2&q=risoprint&eq=risop&etslf=3601

Syzygy

https://osandoos.com/Syzygy-series
https://www.planetary.org/video/eclipse-qa-with-bill-nye-what-does-syzygy-mean

Ontwikkeling

Image or description of the development

I used animation(-timeline), transform with perspective, and text-shadows for the effect in plain CSS.

Image

Image

Taken


@Mossati

Image

Beschrijving

Ik ga een gradient progress bar bouwen die aangeeft hoever je bent in de wizard.

Taken

  • Gradient background
  • Animatie voor het tonen van de bar
  • Animatie voor het vullen van de bar

Inspiratie

Image
Image

Wireflow

???

Breakdown Schets

Ik heb geen schets gemaakt maar dit is de code die ik heb gebruikt.
Ik heb bewust gekozen om geen progress element te kiezen omdat ik de value niet kon animeren.

<div class="wizard-progress">
      <p>Wizard Progress</p>
      <div class="container" aria-label="progress-container">
        <div class="value" aria-label="progress-value"></div>
      </div>
    </div>

Testen

Wegens het gebruik van divs heb ik aria-labels gebruikt om een naam te geven aan de elementen.
De Lighthouse test geeft niks aan voor de progress bar.

Image

Resultaat

Image
Image

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

When branches are created from issues, their pull requests are automatically linked.

2 participants