From a3cb688be29ca9d5be4a4cd2959c41d69077c8ad Mon Sep 17 00:00:00 2001 From: David Timber Date: Wed, 2 Apr 2025 23:58:14 +0200 Subject: Move some files ... - Moved the ripple carry adder animations impl to subdir --- linux-casual/mp-int/ripple-carry-adder/anim.css | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 linux-casual/mp-int/ripple-carry-adder/anim.css (limited to 'linux-casual/mp-int/ripple-carry-adder/anim.css') diff --git a/linux-casual/mp-int/ripple-carry-adder/anim.css b/linux-casual/mp-int/ripple-carry-adder/anim.css new file mode 100644 index 0000000..0f6c53b --- /dev/null +++ b/linux-casual/mp-int/ripple-carry-adder/anim.css @@ -0,0 +1,5 @@ +@keyframes state-change { + from { + fill: orange; + } +} -- cgit v1.2.3-70-g09d2