Metal Guard

CASE STUDY

CASE STUDY 1

Davis Chevrolet

CASE STUDY 2

Red McCombs Hyundai

CASE STUDY 3

Porsche NA

$("input.slider").on("input change", function(event) { var element = $(this).parents("div.container"); var pos = event.target.value; element.find("div.before").css({width: pos + "%"}); element.find("div.slider-button").css({left: "calc(" + pos + "% - 18px)"}); });