İçeriğe geç
LibraryCSS
Formlar

Stacked Switches

Vertically stacked switches for a settings list.

Görüntülenme
0
Ücretsiz

Önizleme izole bir çerçevede çalışır — efekt sayfanın stillerini etkilemez.

Stacked Switches kaynak kodu

Üyelere açık
.fx-form-switch-stack { display: grid; gap: 6px; width: 280px; }
.fx-form-switch-stack .row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 14px; cursor: pointer; border-radius: 10px; transition: all .2s; background: #1f1f33; border: 1px solid #2a2a40; }
.fx-form-switch-stack .t { font-size: 14px; font-weight: 600; color: #c0c0d4; }
.fx-form-switch-stack .d { font-size: 12px; color: #6b7280; margin-top: 2px; }
.fx-form-switch-stack input { display: none; }
.fx-form-switch-stack .track { width: 40px; height: 22px; background: #2a2a40; border-radius: 11px; position: relative; transition: background .25s; flex-shrink: 0; }
.fx-form-switch-stack .knob { position: absolute; top: 2px; left: 2px; width: 18px; height: 18px; background: #fff; border-radius: 50%; transition: transform .25s; }
.fx-form-switch-stack input:checked + .track { background: #10b981; }
.fx-form-switch-stack input:checked + .track .knob { transform: translateX(18px); }
.fx-form-switch-stack .row:hover { border-color: #6366f1; }

Kalan 0 satırı görmek için ücretsiz üye ol

Tüm efektler ücretsiz. Üyelik yalnızca tam kaynağı, kopyalamayı ve tarayıcı içi editörü açar.

Bu efektte bir sorun mu var, yoksa daha iyisini mi yazdın? Düzeltme gönder — onaylanırsa puan kazanırsın.

Sorun bildir veya düzelt

Katkıda bulunanlar

LibraryCSSEfekti eklediKurucu
#hover#transform#border

Stacked Switches nasıl kullanılır?

  1. 1. HTML parçasını sayfanda kullanmak istediğin yere yapıştır.
  2. 2. CSS bloğunu stil dosyana veya bir <style> etiketine ekle.
  3. 3. Renkleri ve süreleri kendi tasarımına göre değiştir — bağımlılık yok, saf CSS.

Formlar kategorisindeki tüm efektler gibi bu efekt de tamamen ücretsizdir; ticari projelerde de kullanabilirsin. Kütüphanenin tamamı için Formlar koleksiyonuna göz at.

Benzer Formlar efektleri

Tümü