Read the statement by Michael Teeuw here.
how to pull new element added to an array?
-
@justjim1220 the key for all these callbacks and .on() routines, is that you cannot WAIT for things to happen in a browser, else it stops functioning… click,… nothing happens…
so, you have all these little event handlers… and YOU have to think about WHEN the happen relative to each other in time…
-
I get that now. Thanks!
My only issue at the moment is getting the speed of the animation to go faster on my original that Sean fixed to work. His re-worked one is adjustable, mine won’t budge!
I’ve even tried to incorporate some od the same coding he used in his, and I can’t figure it out! It is very weird!!!
-
ok, so here are some of the differences between the one we have been working on, and the one Sean reworked:
His truncates the description, I cannot figure out how to make it not truncate.
His images are set to height and width, Mine, I can set the height and the width is auto configured for aspect-ratio.
His shows the same message repeatedly for a period of time, then changes, Mine changes after each message.
with his, I can adjust the scroll speed, mine, I can’t figure out why it won’t change.
So, I am trying to figure out how to make the scroll adjustable as it goes really slow.
-
@justjim1220
I’ve just modified- extracting logo from feed or config
- dom for ticker
Other features are derived from original or just side effects. As possible I can, I tried to remain the originals, but some features could be affected or changed.
If you want explains, I can do that next weekdays. -
@sean
its no problem, I was able to figure it all out by comparing code.
Thank you so much for ALL your help!!!
-
I think I have it done!
Repository updated.
Put on list in 3rd Party Modules pageNow, If only I can remember how to make those gh-cards!!! LMAO!!!
Thanks Everyone who helped me with this!!!