SolveigTraeet Posted February 2, 2021 Share Posted February 2, 2021 Site URL: https://caper-badger-3s6d.squarespace.com/home Password: home I want to make this image (picture below) slowly fade in (once the page is entered) on home page only. Can anyone help me? Link to comment
colin.irwin Posted February 2, 2021 Share Posted February 2, 2021 Try inserting this in your Custom CSS area and experiment with the increasing / decreasing the 1.5s animation value until you get the effect you want. .homepage #block-yui_3_17_2_1_1611067680935_4040 { animation: fade-me-in 1.5s; } @keyframes fade-me-in { 0% {opacity:0;} 80% {opacity:0;} 100% {opacity:1;} } tuanphan and SolveigTraeet 2 If you're looking for a Squarespace Developer, drop me a line. Link to comment
SolveigTraeet Posted February 2, 2021 Author Share Posted February 2, 2021 @colin.irwin Thank you, that worked great! colin.irwin 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment