Exploration of pulsing glow effects for a banner animation.
A Pen by Kellie Kowalski on CodePen.
#!/usr/bin/env python3 | |
import argparse | |
import os | |
import pwd | |
import shutil | |
import uuid | |
import json | |
import subprocess | |
import tempfile |
Exploration of pulsing glow effects for a banner animation.
A Pen by Kellie Kowalski on CodePen.