funnyText.js icon indicating copy to clipboard operation
funnyText.js copied to clipboard

Resize issue in small screen/tablet

Open andrewenze opened this issue 10 years ago • 4 comments

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!

andrewenze avatar Jun 14 '14 02:06 andrewenze

 $('#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.

sanket0354 avatar Sep 06 '17 01:09 sanket0354

Hey, thanks for the good work of this plugin. However, I have an issue of responsiveness of the text its self.

OmarAlareeki avatar Jul 11 '18 03:07 OmarAlareeki

Yeap, not really ready for it I'm afraid :) You'll have to figure a way by yourself.

alvarotrigo avatar Jul 11 '18 11:07 alvarotrigo

I have fix the responsiveness of the plugin. Hope you can check it out.

OmarAlareeki avatar Jul 12 '18 04:07 OmarAlareeki