Skip to content

Instantly share code, notes, and snippets.

View Aleksi44's full-sized avatar
🏠
Working from home

Alexis Le Baron Aleksi44

🏠
Working from home
View GitHub Profile
@Aleksi44
Aleksi44 / art.ino
Created February 29, 2024 18:11
Arduino FastLed linear blinking animation
#include <FastLED.h>
// change these values
#define DATA_PIN_PHOTO_1 3
#define DATA_PIN_PHOTO_2 4
#define DATA_PIN_PHOTO_3 5
#define DATA_PIN_PHOTO_4 6
#define ANIMATION_DURATION 10000
// max offset is 1
@Aleksi44
Aleksi44 / svg-animation-circle.svg
Created July 13, 2021 13:55
SVG animation circle
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Aleksi44
Aleksi44 / svg-animation-stroke.svg
Created July 12, 2021 22:57
SVG animation stroke
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Aleksi44
Aleksi44 / svg-animation-waves.svg
Last active February 28, 2024 18:52
SVG animation waves
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Aleksi44
Aleksi44 / svg-animation-clip-path.svg
Last active March 3, 2023 15:26
SVG animation <clipPath>
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.