diff options
author | David Timber <dxdt@dev.snart.me> | 2025-04-02 23:58:14 +0200 |
---|---|---|
committer | David Timber <dxdt@dev.snart.me> | 2025-04-02 23:58:14 +0200 |
commit | a3cb688be29ca9d5be4a4cd2959c41d69077c8ad (patch) | |
tree | a9a98fe3e8976950f31d1f88691fa341b28cddf1 /linux-casual/mp-int/ripple-carry-adder/anim.css | |
parent | adece75b051d22bc13054978e66f9f30b3e9f8d6 (diff) |
Move some files ...
- Moved the ripple carry adder animations impl to subdir
Diffstat (limited to 'linux-casual/mp-int/ripple-carry-adder/anim.css')
-rw-r--r-- | linux-casual/mp-int/ripple-carry-adder/anim.css | 5 |
1 files changed, 5 insertions, 0 deletions
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; + } +} |