.product-motion{animation:linear move1;animation-timeline:view();animation-range:entry 0 cover 40%}@keyframes move1{0%{opacity:0;transform:translate(-100px)}to{opacity:1;transform:translate(0)}}
