Web Design and Web Development Tutorials

Post Page Advertisement [Top]

5 comments:

  1. I fan you ,
    I admire you,
    You are a genius :)

    ReplyDelete
  2. Awesome man. Keep up the good work

    ReplyDelete
  3. Hey I have edit your code a bit for more precise input and realtime brightness change

    setInterval(() => {
    container.style.filter = "brightness(" + rangeInput.value + "%)";
    })

    for javascript

    and in html added the attribute step="0.001"

    ReplyDelete

Bottom Ad [Post Page]