hjkhhndndndnd,trt
bnmbertsu,yu,yu,fffffffy,ltdfg
/
home4
/
gofvotmy
/
public_html
/
rajanpackers.com
/
css
/
Upload FileeE
HOME
.fadeInRight { animation-name: fadeInRight; animation-duration: 1s; /* Adjust the duration as needed */ animation-timing-function: ease-in-out; /* Adjust the timing function as needed */ animation-fill-mode: both; /* Keep the final state of the animation */ } @keyframes fadeInRight { from { opacity: 0; transform: translateX(100%); } to { opacity: 1; transform: translateX(0); } } @keyframes fadeInLeft { from { opacity: 0; transform: translateX(-100%); } to { opacity: 1; transform: translateX(0); } } .fadeInLeft { animation-name: fadeInLeft; animation-duration: 1s; /* Adjust the duration as needed */ animation-timing-function: ease-in-out; /* Adjust the timing function as needed */ animation-fill-mode: both; /* Keep the final state of the animation */ } keyframes fadeInLeft { from { opacity: 0; transform: translateX(-100%); } to { opacity: 1; transform: translateX(0); } } .fadeInLeft { animation: fadeInLeft 1s forwards; /* Adjust the duration as needed */ } @keyframes fadeInUp { from { opacity: 0; transform: translateY(100%); } to { opacity: 1; transform: translateY(0); } } .fadeInUp { animation: fadeInUp 1s forwards; /* Adjust the duration as needed */ }