--- id: w3css-effects title: "W3CSS Effects" category: "Programming_Language" status: "draft" verification_status: "conceptual" canonical_id: "" aliases: ["w3-opacity", "w3-grayscale", "w3-sepia", "hover effects", "W3.CSS μ΄νŽ™νŠΈ"] duplicate_of: "" source_trust_level: "B" confidence_score: 0.86 created_at: 2026-07-04 updated_at: 2026-07-04 review_reason: "" merge_history: [] tags: ["w3css", "css-framework", "w3schools", "effects", "hover"] raw_sources: ["https://www.w3schools.com/w3css/w3css_effects.asp"] applied_in: [] github_commit: "" --- # [[W3CSS Effects]] ## 🎯 ν•œ 쀄 톡찰 (One-line insight) Effect classes and color classes are designed to STACK, not replace each other β€” combining `w3-hover-opacity` with any `w3-hover-` class (e.g. `w3-hover-red`) produces a lighter/softer version of that hover color, meaning the effects system was built as a compositional layer on top of the existing color system rather than a standalone feature. [S1] ## 🧠 핡심 κ°œλ… (Core concepts) - **Opacity tiers** β€” `w3-opacity-min` (0.75), `w3-opacity` (0.6), `w3-opacity-max` (0.25) β€” three fixed transparency levels, no arbitrary values. [S1] - **Grayscale tiers** β€” `w3-grayscale-min` (50%), `w3-grayscale` (75%), `w3-grayscale-max` (100%) β€” **not supported in IE 11 and earlier**. [S1] - **Sepia tiers** β€” `w3-sepia-min` (50%), `w3-sepia` (75%), `w3-sepia-max` (100%) β€” also **not supported in IE 11 and earlier**. [S1] - **Hover variants** β€” `w3-hover-opacity`, `w3-hover-grayscale`, `w3-hover-sepia` β€” apply the effect only on mouse-over, not by default. [S1] - **Stacking hover-opacity with hover-color** β€” combining `w3-hover-opacity` with a `w3-hover-` class softens/lightens that hover color. [S1] ## πŸ“– μ„ΈλΆ€ λ‚΄μš© (Details) - Three opacity tiers on images: ``. [S1] - Hover-only effects: ``. [S1] - Combined hover color + opacity: `

w3-hover-red with w3-hover-opacity

` β€” produces a lighter red on hover than `w3-hover-red` alone. [S1] ## βš–οΈ λͺ¨μˆœ 및 μ—…λ°μ΄νŠΈ (Contradictions & updates) - **IE 11 ν˜Έν™˜μ„± κ²½κ³ **: w3-grayscale 계열과 w3-sepia 계열 클래슀 λͺ¨λ‘ IE 11 μ΄ν•˜ λ²„μ „μ—μ„œ μ§€μ›λ˜μ§€ μ•ŠλŠ”λ‹€κ³  원문에 λͺ…μ‹œλ¨ β€” κ΅¬ν˜• λΈŒλΌμš°μ € 지원이 ν•„μš”ν•œ ν”„λ‘œμ νŠΈμ—μ„œλŠ” 주의 ν•„μš”. [S1] ## πŸ› οΈ 적용 사둀 (Applied in summary) ν˜„μž¬ 발견된 μ‹€μ œ 적용 사둀가 μ—†μŠ΅λ‹ˆλ‹€ β€” hover-opacity와 hover-colorλ₯Ό μ‘°ν•©ν•΄ λΆ€λ“œλŸ¬μš΄ ν˜Έλ²„ 색상을 λ§Œλ“œλŠ” μ‘°ν•© 기법이 μ‹€μ „ UI λ””ν…ŒμΌ μž‘μ—…μ˜ λŒ€ν‘œ ν™œμš© 사둀닀. [S1] ## πŸ’» μ½”λ“œ νŒ¨ν„΄ (Code patterns) Stacking hover-opacity with a hover-color class for a softened hover effect (HTML/CSS): ```html

w3-hover-red with w3-hover-opacity

``` ## βœ… 검증 μƒνƒœ 및 신뒰도 - **μƒνƒœ:** draft - **검증 단계:** conceptual - **좜처 신뒰도:** B (W3Schools β€” widely used educational reference, not a primary standards body) - **μ‹ λ’° 점수:** 0.86 - **쀑볡 검사 κ²°κ³Ό:** μ‹ κ·œ 생성 (New discovery) ## πŸ”— 지식 κ·Έλž˜ν”„ (Knowledge Graph) - **μƒμœ„/루트:** [[W3.CSS Tutorial]] - **κ΄€λ ¨ κ°œλ…:** [[W3CSS Animate]], [[W3CSS Colors]], [[W3CSS Bars]] - **μ°Έμ‘° λ§₯락:** Effects μ„Ήμ…˜ λ§ˆμ§€λ§‰ β€” λ„€λΉ„κ²Œμ΄μ…˜ λ°”(Bars) μ±•ν„°λ‘œ 이어짐. ## πŸ“š 좜처 (Sources) - [S1] W3Schools β€” W3.CSS Effects β€” https://www.w3schools.com/w3css/w3css_effects.asp ## πŸ“ λ³€κ²½ 이λ ₯ (Change history) - 2026-07-04: Initial draft synthesized from the W3Schools "W3.CSS Effects" page (Astra wiki-curation, P-Reinforce v3.1 format).