repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | @keyframes fadeSlideDown { |
| #2 | from { |
| #3 | opacity: 0; |
| #4 | transform: translateY(-20px); |
| #5 | } |
| #6 | to { |
| #7 | opacity: 1; |
| #8 | transform: translateY(0); |
| #9 | } |
| #10 | } |
| #11 | |
| #12 | .animate-fade-slide-down { |
| #13 | opacity: 0; |
| #14 | animation: fadeSlideDown 0.5s ease-out forwards; |
| #15 | } |
| #16 | |
| #17 | .delay-1 { |
| #18 | animation-delay: 0.07s; |
| #19 | } |
| #20 | |
| #21 | .delay-2 { |
| #22 | animation-delay: 0.14s; |
| #23 | } |
| #24 | |
| #25 | .delay-3 { |
| #26 | animation-delay: 0.21s; |
| #27 | } |
| #28 |