Guest Posted May 21, 2020 Share Posted May 21, 2020 Hi, Is there a way to have a text block fade in, then out (maybe while doing a ken burns motion)? Or have several text blocks appear then disappear, one after the other? I'm looking to add some minor motion to a site to add a little pizazz, but not overboard. The text can be text in images if that is necessary. I've been using Squarespace for 5 months now, and have some basic elements, but am looking to spruce it up a bit. I'm looking through the online KB, but I don't see anything that does this. Thanks! Link to comment
derricksrandomviews Posted May 21, 2020 Share Posted May 21, 2020 You can make quote blocks fade in and lots of other animations. I just put one of those in place of a standard text block. Link to comment
Guest Posted May 21, 2020 Share Posted May 21, 2020 14 hours ago, derricksrandomviews said: You can make quote blocks fade in and lots of other animations. I just put one of those in place of a standard text block. Thanks derricksrandom! Is there a place I need to go to activate those, or are they just included (and I need to find them)? Link to comment
derricksrandomviews Posted May 21, 2020 Share Posted May 21, 2020 Add a quote block like you would a text block on a page, right at the insert point, that little dot (blue and white plus +), you click to open the elements panel, and it will have quote as one of the options at the top. After you add the block you will get another panel, edit it to add text, and the source of the qoute, which you don't have to use and there will be an animations option. Pull it down for lots of choices. This bit of code should remove the quotation marks if you don't want them, in custom CSS .quote-block blockquote>span:first-child { display:none; } Link to comment
Guest Posted May 22, 2020 Share Posted May 22, 2020 Thanks @derricksrandomviews! I see those 5 automation effects. Super. I'm also looking at a way to make a block like that that has a muted background color, or at least a frame, so it stands out. I'm also looking for a way to have a few words or phrases appear, one after the other. Link to comment
derricksrandomviews Posted May 22, 2020 Share Posted May 22, 2020 Well you can have multiple quote blocks on a page, on top of the other, side by side. Use spacers if you have to to size them and line em up the way you want and space in between. As far as color is concerned you can get them to stand out on a site wide basis both color and font. Colors To style the Quote Block's colors: In the Home Menu, click Design, then Colors. Click the pencil icon on your selected color theme. Scroll to the Quote Block section to change the Text and Source colors. Click Save after making changes. Fonts To style the Quote Block's fonts: In the Home Menu, click Design, then Fonts. Click on your selected font pack. Click Advanced, then scroll to the Quote Block section to style Text and Source. Click Save. There are other things you can do also with CSS code, if you have a business plan. Link to comment
derricksrandomviews Posted July 30, 2020 Share Posted July 30, 2020 .quote-block blockquote>span:last-child { display:none; } Link to comment
derricksrandomviews Posted July 30, 2020 Share Posted July 30, 2020 Since what you are after is animating any text block, this might be something more useful: https://www.rebeccagracedesigns.com/blog/animate-text-on-squarespace-website Link to comment
katepincott Posted October 2, 2020 Share Posted October 2, 2020 On 7/30/2020 at 6:07 PM, derricksrandomviews said: Since what you are after is animating any text block, this might be something more useful: https://www.rebeccagracedesigns.com/blog/animate-text-on-squarespace-website This is great thanks for sharing. Is there a line of code I can use to cause a FADEIN animation for all blocks across the whole site instead of being adding this animation manually to every image and text block www.nafisi.design Link to comment
derricksrandomviews Posted October 2, 2020 Share Posted October 2, 2020 I can check on that for you and I will post back here. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.