PROJECT UPDATE – CSS Animation Archive

Category: | Posted on:August 4, 2021
archive update 8 21

The CSS Animation Archive has been updated with more css animations, a mobile fix, and a new section for animated loaders. The most notable new addition is Neon. There are a million tutorials out there for this kind of effect. In static form it’s just a bunch of layered text-shadow properties, but I spiced it up by adding a soft pulsing glow and flicker. The super lazy pulsing loader from the Game Picker 9000 makes its debut as well.

Update In Brief

  • FIX: Added slight margin to buttons on mobile.
  • NEW! Alternate glitch effect for text only.
  • NEW! Neon effect.
  • NEW! Ripple rollover.
  • NEW! Loaders section.
  • NEW! Lazy, rainbow, dancing dot, and dancing letter loaders.
  • NEW! Combo loaders with glitch, neon, and rainbow effects plus bounce.
Tags: ,

Related Logs


  • NEW PROJECT – Catholic Liturgical Date Checker

    May 29, 2024

    The Liturgical Date Checker project uses the Liturgical Calendar API to display information about Catholic Holy days. On page load it fetches info for today, tomorrow, and yesterday. It also has a search field that will return celebration info about a specific date. Objective This is just more basic API practice. I started this in […]

    Continue Reading
  • NEW PROJECT – Logo Finder

    March 7, 2024

    As part of my React API practice, I built a dirt simple Logo Finder using Clearbit’s Logo API. Simply enter a web domain, and the app will retrieve a logo image. Objective This is the third in a series of simple API fetching apps that I’ve built so far this year after the Public API’s […]

    Continue Reading
  • NEW PROJECT – Open Library Search

    February 25, 2024

    Added another API fetching project, Open Library Search. The app pings the Internet Archive‘s Open Library Search API to retrieve author, publication, purchase, and topic data for a user-provided book title. Objective My goal is to continue cranking out simple fetch projects until I can do them without relying on a crutch. I used my […]

    Continue Reading