SaniceMarlow Posted September 15, 2022 Share Posted September 15, 2022 Hi there, I'm wondering if anyone knows of a way to animate or change the behaviour of an archive block so that when clicking the drop down, instead of the list items instantly appearing, the list drops down smoothly? Or just any way for it to look less harsh. Thank you! Link to comment
tuanphan Posted September 17, 2022 Share Posted September 17, 2022 Can you share link to page where you use archive block? We can check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
SaniceMarlow Posted September 19, 2022 Author Share Posted September 19, 2022 Hi @tuanphan, here is the site: URL: https://marlow-concept-pottinger.squarespace.com/ PW: pottinger22 Thank you! Link to comment
tuanphan Posted September 20, 2022 Share Posted September 20, 2022 14 hours ago, SaniceMarlow said: Hi @tuanphan, here is the site: URL: https://marlow-concept-pottinger.squarespace.com/ PW: pottinger22 Thank you! incorrect password Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
SaniceMarlow Posted September 26, 2022 Author Share Posted September 26, 2022 On 9/20/2022 at 11:57 PM, tuanphan said: incorrect password Sorry, this is the correct PW: Pottinger22 Link to comment
SaniceMarlow Posted September 27, 2022 Author Share Posted September 27, 2022 Hi @tuanphan, is there any chance you have the answer for this? Thank you!! Link to comment
SaniceMarlow Posted October 3, 2022 Author Share Posted October 3, 2022 On 9/20/2022 at 11:57 PM, tuanphan said: incorrect password Hi @tuanphan - posted the correct password above. Thank you! Link to comment
tuanphan Posted October 6, 2022 Share Posted October 6, 2022 Thank you. I will check & let you know Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
tuanphan Posted October 8, 2022 Share Posted October 8, 2022 On 10/4/2022 at 6:53 AM, SaniceMarlow said: Hi @tuanphan - posted the correct password above. Thank you! Try adding this to Design > Custom CSS details { transition: height 1s ease; overflow: hidden; } details:not([open]) { height: 3em; } details[open] { height: 11em } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) 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