CMS Development

lauftn
Participant

Adding dynamic text on my homepage

SOLVE

I would like to add this dynamic title

http://xplus.studiotip.com/ (WE CREATE EXCEPTIONAL CREATIVE INCREDIBLE THINGS), on my homepage https://goo.gl/r0MTnn

How should I proceed, please ?

0 Upvotes
2 Accepted solutions
relabidin
Solution
HubSpot Alumni
HubSpot Alumni

Adding dynamic text on my homepage

SOLVE

Hi @lauftn,

 

This type of dynamic text effect can certainly be accomplished using JavaScript to cycle through the HTML elements that make of the words you want to swap out. This can be done in a HubSpot custom module. I personally do not have the experience to give you a coding example on how this works. However, I know a few community members who could give you some pointers.

 

@ndwilliams3 @stefen do you guys mind taking a look at this question?

 

Rami 

View solution in original post

ndwilliams3
Solution
Key Advisor

Adding dynamic text on my homepage

SOLVE

I took a look under the hood and yes, it is using Javascript to animate the text. They're using a custom jQuery script to do it. Since it's custom code and not a freely available library, I wouldn't feel comfortable posting the code here. However, it is something that could easily be replicated by someone comfortable with jQuery.

 

 

View solution in original post

4 Replies 4
relabidin
Solution
HubSpot Alumni
HubSpot Alumni

Adding dynamic text on my homepage

SOLVE

Hi @lauftn,

 

This type of dynamic text effect can certainly be accomplished using JavaScript to cycle through the HTML elements that make of the words you want to swap out. This can be done in a HubSpot custom module. I personally do not have the experience to give you a coding example on how this works. However, I know a few community members who could give you some pointers.

 

@ndwilliams3 @stefen do you guys mind taking a look at this question?

 

Rami 

ndwilliams3
Solution
Key Advisor

Adding dynamic text on my homepage

SOLVE

I took a look under the hood and yes, it is using Javascript to animate the text. They're using a custom jQuery script to do it. Since it's custom code and not a freely available library, I wouldn't feel comfortable posting the code here. However, it is something that could easily be replicated by someone comfortable with jQuery.

 

 

JanekNahm
Contributor | Diamond Partner
Contributor | Diamond Partner

Adding dynamic text on my homepage

SOLVE

We are currently experimenting with http://morphext.fyianlai.com/

Pretty easy setup! 

 

0 Upvotes
lauftn
Participant

Adding dynamic text on my homepage

SOLVE

This code seems to be freely usable. 

http://www.mattboldt.com/demos/typed-js/

 

Can you help me to use it, properly at the right place ? 

0 Upvotes