I’m trying to achieve the effect of having a sentence on my website that includes several rotating words. I looked to find some code that would accomplish this and found the following. However, when I placed html code from the following link in the embed section, it didn’t work. I’m wondering why the code won’t translate into something workable in my site and wondered if I’m doing something wrong. Thanks for any help – and happy new year!
Here is the link: Tailwind Text Rotate Component – daisyUI
The reason the text effect isn’t showing is likely due to the css not being included as part of the html code.
The attached file has your code snippet correctly embedded in a web page. along with its styling attributes. Open the file in Sitely and preview to see the effect. You will be able to copy the code directly from the Sitely file. Paste the code into a plain text editor to edit the style as you see fit. You Can then copy the edited text and place it in an embed object in your own Sitely project.
chamgeText.sitely (76 KB)
You’re amazing! Thank you so much for sharing that. What I know about coding could fit on the tip of needle, so I’m very grateful for you sharing that link. I found the exact text effect that I’m searching for in the following link, but I don’t know how to do what you did, which is to translate it into a correct code snippet that will help me to put the words I want to use on my website to use the effect that I’m hoping for. Can you please help me with that? Thank you!!! GitHub - 2dareis2do/ticker-type-text: This is a jQuery Plugin designed to mimic a typewriter or news ticker and iterate through a collection of html
Have you considered using Sitelys smart field for this type of thing. Check the documentation page
Scroll down the page to the typewriter effect section. That should be a lot simpler to use than adding embedded code.
This is all very helpful. I’m very grateful. Thank you!