Read the statement by Michael Teeuw here.
[MMM-NewsFeedTicker] scroll from left to right only?
-
@sdetweil thanks I already saw that page, but it talks about
translateXand there’s no evidence of it in that module’s CSS. -
@Cr4z33 ok, so. try it. maybe the default is right to left if not specified.
worst case u have the existing file still
-
@sdetweil nope I didn’t get what I wanted. :person_shrugging_medium-dark_skin_tone:
-
-
i did this, commented out the old in the MMM-NewsFeedTicker.css
and replaced with this/*@-webkit-keyframes marquee { 0% { left: 100%; } 100% { left: -100%; } } @-moz-keyframes marquee { 0% { left: 100%; } 100% { left: -100%; } } @-ms-keyframes marquee { 0% { left: 100%; } 100% { left: -100%; } } @-o-keyframes marquee { 0% { left: 100%; } 100% { left: -100%; } } @keyframes marquee { 0% { left: 100%; } 100% { left: -100%; } } */ /* new stuff here */ @keyframes marquee { 0% { transform: translate(-100%, 0); } 50% { transform: translate(-50%, 0); } 100% { transform: translate(0, 0); } } -
@sdetweil thank you gonna try asap! :D
-
OK this is getting weird now because I applied the above code and it STILL keeps scrolling back and forth! :anguished_face:
-
@Cr4z33 did u delete the old code?
/*@-webkit-keyframes marquee { 0% { left: 100%; } 100% { left: -100%; } } @-moz-keyframes marquee { 0% { left: 100%; } 100% { left: -100%; } } @-ms-keyframes marquee { 0% { left: 100%; } 100% { left: -100%; } } @-o-keyframes marquee { 0% { left: 100%; } 100% { left: -100%; } } @keyframes marquee { 0% { left: 100%; } 100% { left: -100%; } } */notice the /* and */
-
@sdetweil of course I did. :)
-
@Cr4z33 whoops. left out a change comment out the animations for other browsers
.MMM-NewsFeedTicker .tickerbody { margin: 0 auto; width: 100%; padding-top: 5px; position: relative; white-space: nowrap; overflow: visible; /*-webkit-animation: marquee linear infinite; -moz-animation: marquee linear infinite; -ms-animation: marquee linear infinite; -o-animation: marquee linear infinite; */ animation: marquee linear infinite; }weird… on 2.11 it scrolls right to left
on 2.12 is scrolls left to right -
i installed it again on my desktop system (from laptop), and it works as expected (on MM 2.12)
-
@sdetweil nope mine ist still going back and forth.
-
@Cr4z33 weird… I just re-installed MM and the module and changed the css and changed the newsfeed module config entry to MMM-NewsFeedTicker and started, left to right
{ module: "MMM-NewsFeedTicker", position: "bottom_bar", config: { feeds: [ { title: "New York Times", url: "https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml" } ], showSourceTitle: true, showPublishDate: true, broadcastNewsFeeds: true, broadcastNewsUpdates: true } }, -
from my dropbox , screen video capture
https://www.dropbox.com/s/vab6t9j0oa95zyw/Kazam_screencast_00000.mp4?dl=0
-
This post is deleted! -
This post is deleted! -
I don’t understand. the default, the text ( the beginning of the line of text) starts to appear on the right side of the screen and scrolls to the left ( last showing the end of the line of text)
my change, per your request, the end of the text appears on the left of the screen, and scrolls to the right ( last showing the beginning of the line of text)
this is for left to right language English. I don’t know if language setting changes the default marquee order
-
@Cr4z33 did u see my post above?
-
@sdetweil said in [MMM-NewsFeedTicker] scroll from left to right only?:
@Cr4z33 did u see my post above?
Yep saw also the video.
Dunno why my MM system ignores the CSS edit… :confounded_face:
-
@Cr4z33 do you have a custom.css setting which would override the module?
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login