Jump to content
Search Community

Bencius

Members
  • Posts

    12
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Bencius's Achievements

1

Reputation

  1. We didn't have fluent playback on graphic console, so thats why we thought of using flash.
  2. Hello guys, is it possible to transfer this thing to Flash? I have kinda working script, but I can't get nice loop, like in HTML. Also I can't get to work ticker.fps on flash.
  3. Hey there, I kinda made all the stuff, but now I have bumped into a problem about updating spanWidth to make clear loop again... What should I do to that this code would get new global variable spanWidth value? var tl = new TimelineMax(); tl.to( '.ticker-wrapper' , initDuration , { x: -600, ease: Power0.easeNone } ); tl.to( '.ticker-wrapper' , loopDuration , { x: -spanWidth-600, ease: Power0.easeNone, repeat: -1, onRepeat : function(){checkState();}} );
  4. Sad, but blur didn't help me... There are some problems with CasparCG playout... Also I would like to ask, if it's possible to add to your script, that on sent command to html I could update content of news ticker without noticing, that something changed? I mean, if first span is shown, while ticker goes, I append to cloned span new content, and while cloned span is showed it changes hidden one?
  5. One more question. Is it possible to add blur to text moving? So make it look more smoother?
  6. @Shaun Gorneau, to be honest at this time I didn't get it. But I will try to dig into the code to understand what's changed.
  7. Now it seems working fine. Thanks again!
  8. Good morning, @Shaun Gorneau. Still I have one problem. When loop of spans starts, there is a glitch, when a row jumps back. I'm using same code as yours, and can't understand where is problem... There is a video: And here is my pen:
  9. @Shaun Gorneau, you are god! Everything works like a charm, thanks!
  10. Thanks, I will check, otherwise, I will post code in codepen
  11. Hello, I'm creating news ticker by few PEN examples which are in this forum, and I got few problems. 1. I need, that all ticker start from right side of web, not center, and when I add for example padding or margin, code crashes and ticker begins to jump and does not go fluently to the end. 2. Ticker speed depends on how much li tags are in ul, is it possible to get one constant speed no matter how many li's are? Thanks for the answer.
×
×
  • Create New...