codeSessionsP2 / masimapage

masima landing page
MIT License
1 stars 2 forks source link

Refactor ticker to be more dynamic #25

Open mxklb opened 7 years ago

mxklb commented 7 years ago

It would be nice to refactor/substitute the ticker while leaving its appearance/style untouched.

Actually the ticker text is static, hard coded within the index.html. The text/content shall be dynamic. Get the latest twitter message f.e. would be cool (changing ticker text is just a tweet). Or way better make use of some suitable kind of micro service (indie web stuff).

Really bad, the ticker is only correctly designed for the actual text length. Providing another longer text is not supported - doing so, it gets cut off.

The ticker movement is implemented CSS3 animation based, old browsers behaviour isn't known/supported. Therefore at least a fall back solution would be great (maybe part of #12).

Actually it only provides one sentence, there shall be a configurable amount/count of messages.

Furthermore actual browsers behave differently regarding ticker animation speed.

And finally links within the ticker text appear badly ..

Steps to solve this issue:

* Note : No git or developer solution shall be pursued - it shall be end user friendly.

By the way the style - greyed out left and right - is still as aspired :8ball: