- Posts: 3
- Thank you received: 0
Fade In text description
-
janelle
Inactive member -
Topic Author
- New Member
-
Less
More
14 years 1 week ago #6751
by janelle
Fade In text description was created by janelle
Regarding the transition on the title and definition. I would like to make it fade in instead of the type writer effect. and i tried changing the scipts.js, only problem is i the text appears first, AND THEN fades in with the background.
I undertand you don't have time to give me code, i just need to know how your transition timer works. is there any timer? where is it?
thanks!
I undertand you don't have time to give me code, i just need to know how your transition timer works. is there any timer? where is it?
thanks!
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
14 years 1 week ago - 14 years 1 week ago #6772
by ivan.milic
Replied by ivan.milic on topic Re: Fade In text description
It triggers this in equal time intervals (scripts.js):
auto: function () {
if (!slider.ar) return false;
var next = slider.cur + 1;
if (next >= slider.num) next = 0;
slider.slide(next);
},
auto: function () {
if (!slider.ar) return false;
var next = slider.cur + 1;
if (next >= slider.num) next = 0;
slider.slide(next);
},
Last edit: 14 years 1 week ago by ivan.milic.
Please Log in to join the conversation.
-
lhollopeter
Inactive member -
- New Member
-
Less
More
- Posts: 1
- Thank you received: 0
13 years 2 months ago #14888
by lhollopeter
Replied by lhollopeter on topic Re: Fade In text description
This method is something I would like to do as well. However, I'm not versed enough in JQuery to make the changes to the scripts.js file. Could someone please provide the functions needed to produce the fadein/fadeout technique for the title and description text? Thank you.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 2 months ago #14902
by ivan.milic
Replied by ivan.milic on topic Re: Fade In text description
That can be treated as request for custom job. To request custom job send us your contact e-mail using "Report To Moderator"
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 2 months ago #14909
by ivan.milic
Replied by ivan.milic on topic Re: Fade In text description
You forgot to put your e-mail in message.
Please Log in to join the conversation.
Time to create page: 0.178 seconds