Skip to content

zakhenry/cutter-loader

Repository files navigation

Cutting Loader

Loader example

This project is an experiment in generating an SVG loader that looks like a machine tool cutting a polygon.

The (self-imposed) challenge was to achieve this using strictly only svg tooling, i.e. no runtime javascript animations at all.

The framework used is Angular simply for familiarity and dev tooling, but the resulting SVG is completely static, and could be extracted as a .svg file and used anywhere.

Prerequisites

  • You'll need node 22 installed, recommend using nvm and then run nvm use in the project root to pick up the version this repo is tested against

To install dependencies

yarn install

Development server

To start a local development server, run:

yarn start

This project was generated using Angular CLI version 20.1.1.

About

SVG loading spinner emulating a rotating tool cutting a polygon

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors