--- id: howto-css-fading-buttons title: "How To - Fading Buttons" category: "Web_Recipes" status: "draft" verification_status: "unverified" canonical_id: "" aliases: ["fade in out button hover CSS"] duplicate_of: "" source_trust_level: "B" confidence_score: 0.5 created_at: 2026-07-04 updated_at: 2026-07-04 review_reason: "Source page's three interactive demos (fade in, fade out, fade background) render their CSS in live iframes not captured by the text extractor β€” only the effect labels were retrieved." merge_history: [] tags: ["howto", "css", "w3schools", "buttons", "animation"] raw_sources: ["https://www.w3schools.com/howto/howto_css_fading_buttons.asp"] applied_in: [] github_commit: "" --- # [[HOWTO CSS Fading Buttons]] ## 🎯 ν•œ 쀄 톡찰 (One-line insight) Like `[[HOWTO CSS Animate Buttons]]`, this page's actual `transition`/`opacity` CSS for its three named effects (fade in, fade out, fade background) was not retrievable through text extraction β€” only the effect labels were captured, so this entry records the page's scope honestly rather than fabricating plausible-but-unverified `transition: opacity` values. [S1] ## 🧠 핡심 κ°œλ… (Core concepts) - **Three named fade effects**: fade in on hover, fade out on hover, fade background on hover. [S1] - Specific implementation (which property transitions, duration, easing) could not be confirmed from the extracted text and is NOT included here to avoid fabrication. [S1] ## πŸ“– μ„ΈλΆ€ λ‚΄μš© (Details) - Only the three effect labels and "Try it Yourself Β»" markers were extracted; the live CSS lives in embedded iframe examples the extractor does not capture. [S1] ## βš–οΈ λͺ¨μˆœ 및 μ—…λ°μ΄νŠΈ (Contradictions & updates) μ—†μŒ β€” 검증 λΆˆκ°€λ‘œ 인해 비ꡐ할 μ„ΈλΆ€ λ‚΄μš©μ΄ 뢀쑱함. ## πŸ› οΈ 적용 사둀 (Applied in summary) ν˜„μž¬ 발견된 μ‹€μ œ 적용 사둀가 μ—†μŠ΅λ‹ˆλ‹€ β€” μ½”λ“œ μ˜ˆμ œκ°€ ν…μŠ€νŠΈλ‘œ μΆ”μΆœλ˜μ§€ μ•Šμ•˜μŠ΅λ‹ˆλ‹€. [S1] ## πŸ’» μ½”λ“œ νŒ¨ν„΄ (Code patterns) μΆ”μΆœλ˜μ§€ μ•ŠμŒ β€” μ›λ¬Έμ˜ 라이브 μ½”λ“œ μ˜ˆμ œκ°€ iframe에 μžˆμ–΄ ν…μŠ€νŠΈλ‘œ μΊ‘μ²˜λ˜μ§€ μ•Šμ•˜μŠ΅λ‹ˆλ‹€. 재방문 μ‹œ λΈŒλΌμš°μ € μŠ€ν¬λ¦°μƒ· λ˜λŠ” 별도 λ Œλ”λ§ λ„κ΅¬λ‘œ μž¬ν™•μΈ ν•„μš”. ## βœ… 검증 μƒνƒœ 및 신뒰도 - **μƒνƒœ:** draft - **검증 단계:** unverified - **좜처 신뒰도:** B (W3Schools β€” widely used educational reference) - **μ‹ λ’° 점수:** 0.50 - **쀑볡 검사 κ²°κ³Ό:** μ‹ κ·œ 생성 (New discovery) β€” μ½˜ν…μΈ  λΆˆμ™„μ „, μž¬κ²€μ¦ ν•„μš”. ## πŸ”— 지식 κ·Έλž˜ν”„ (Knowledge Graph) - **μƒμœ„/루트:** [[W3Schools HOW TO]] - **κ΄€λ ¨ κ°œλ…:** [[HOWTO CSS Animate Buttons]], [[HOWTO CSS Transition Hover]] - **μ°Έμ‘° λ§₯락:** CSS Buttons μ„Ήμ…˜. ## πŸ“š 좜처 (Sources) - [S1] W3Schools β€” How To - Fading Buttons β€” https://www.w3schools.com/howto/howto_css_fading_buttons.asp ## πŸ“ λ³€κ²½ 이λ ₯ (Change history) - 2026-07-04: Initial draft synthesized from partial extraction of the W3Schools "How To - Fading Buttons" page β€” code examples not captured, flagged for re-verification (Astra wiki-curation, P-Reinforce v3.1 format).