- Posts: 12
- Thank you received: 0
important
-
emadsroorco@gmail.com
Inactive member - Topic Author
- New Member
Less
More
10 years 10 months ago #36752
by emadsroorco@gmail.com
Replied by emadsroorco@gmail.com on topic important
i did that but
i have also mod_sp_pro2
when i enable it hotscroller not work
i have also mod_sp_pro2
when i enable it hotscroller not work
Please Log in to join the conversation.
-
emadsroorco@gmail.com
Inactive member - Topic Author
- New Member
Less
More
- Posts: 12
- Thank you received: 0
10 years 10 months ago #36753
by emadsroorco@gmail.com
Replied by emadsroorco@gmail.com on topic important
can i make hotscroller animation (moving ) like
www.alarabiya.net/
you can see hot news at bottom of slide show
www.alarabiya.net/
you can see hot news at bottom of slide show
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 10 months ago #36759
by ivan.milic
Replied by ivan.milic on topic important
It can move left or right based on parameter.
Please Log in to join the conversation.
-
emadsroorco@gmail.com
Inactive member - Topic Author
- New Member
Less
More
- Posts: 12
- Thank you received: 0
10 years 10 months ago #36765
by emadsroorco@gmail.com
Replied by emadsroorco@gmail.com on topic important
but i want animation very soft like that site
alarabiya.net/
alarabiya.net/
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 10 months ago - 10 years 10 months ago #36772
by ivan.milic
Replied by ivan.milic on topic important
Open:
modules/mod_hot_scroller/js/jscroller-0.4.js
you will see:
config: {
obj : [],
refresh: 120,
regExp: {
px: /([0-9,.\-]+)px/
}
},
change
refresh: 120,
to
refresh: 33,
This will also speed up text ~4 times, you need then to decrease scroll speed in module settings. It is currently 8 to keep same speed set it to 2.
After javascript edit, refresh good!
modules/mod_hot_scroller/js/jscroller-0.4.js
you will see:
config: {
obj : [],
refresh: 120,
regExp: {
px: /([0-9,.\-]+)px/
}
},
change
refresh: 120,
to
refresh: 33,
This will also speed up text ~4 times, you need then to decrease scroll speed in module settings. It is currently 8 to keep same speed set it to 2.
After javascript edit, refresh good!
Last edit: 10 years 10 months ago by ivan.milic.
Please Log in to join the conversation.
Time to create page: 0.097 seconds