https://github.com/qodesmith/dna
A DNA molecule animation in CSS
https://github.com/qodesmith/dna
Last synced: about 1 month ago
JSON representation
A DNA molecule animation in CSS
- Host: GitHub
- URL: https://github.com/qodesmith/dna
- Owner: qodesmith
- Created: 2019-07-15T13:47:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T04:33:40.000Z (over 3 years ago)
- Last Synced: 2025-01-24T22:42:51.593Z (over 1 year ago)
- Language: JavaScript
- Size: 2.43 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DNA Strand!
I was watching some YouTube video, saw an animation of a dna, and was inspired to re-create it with CSS. So here it is! My main challenge was to not animate properties like left, right, width, and height. Instead, I stuck to animating transforms.
This project was created with [Create New App](https://github.com/qodesmith/create-new-app).