Logo page intro before going to home page
pnewman87
Registered Users Posts: 2 Beginner grinner
I am using smug mug for my website and need help with customizing an intro for the page. I have a logo that I want to display when the website is first pulled up. I would like for the logo to appear with a darkened picture behind it for approx 2 seconds then turn into my normal home page. Does anyone have any ideas how to accomplish this and what css code would be needed to do that. Any help would be greatly appreciated!
0
Comments
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Ask him.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
"You miss 100% of the shots you don't take" - Wayne Gretzky
Looking at the source code, he's using @keyframes and that is beyond my "pay grade" at the moment.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
This looks more promising as an animation will start as soon as it's loaded (or after a delay that you can specify). The problem is that after the animation is complete, it will revert to its original state, which is not what the OP wants. There may be some clever way around this (set the animation time to a large number and heavily front-load the transition with the right cubic-bezier parameters???)