funnyText.js
funnyText.js copied to clipboard
Resize issue in small screen/tablet
Hey!
First of all, thank you for creating this awesome animation!! When I resize the browser window, the text becomes less organized (not in the same line). Any instructions on how to have a resize function to solve this issue?
Much appreciated!
$('#name-title-home-page-text').empty();
$('#name-title-home-page-text').append("TEXT");
$('#name-title-home-page-text').funnyText({
speed: 400,
borderColor: 'white',
activeColor: 'white',
color: 'white',
fontSize: '4em',
direction: 'both'
});
You can empty the div and the append text again and start the animation. But this however creates a side effect of increasing the speed everytime screen is resized. I am not a developer at this. Looking for same solution as you are, but this might help.
Hey, thanks for the good work of this plugin. However, I have an issue of responsiveness of the text its self.
Yeap, not really ready for it I'm afraid :) You'll have to figure a way by yourself.
I have fix the responsiveness of the plugin. Hope you can check it out.