Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #38455

    Marco v
    Participant

    Hi,

    Working hard to find the solution. My customer wants a slide show with text scrolling from right to left in a loop. I tried it with page gallery and text animation from revSlider but it is to difficult to get it nicely sliding. Now I made a video in Apple motion and exported it with an alpha channel(transparency) to .mp4. In the revSlider it doesn’t show the transparency. Do I need to do more? Take a look at the test video here
    Do I need to fill in arguments? I think the revSlider or the JS isn’t ready for transparency yet or am I wrong?

    Thanks Guyz!

    #38456

    Marco v
    Participant

    Here you can see it working nicely.

    #38723

    Support
    Member

    Hi Marco,

    May I check out your revolution slider settings?
    Don’t forget to set your reply as private.

    Thanks!

    #44258

    Marco v
    Participant

    Hi Guyz,

    Here my quest fro the video transparency answered by Themepunch. Hope anyone can use this.

    You could add to the html5 video layer the opacity (tested in google chrome, and seems to working well) like this:

    .tp-caption .html5vid {
    -ms-filter: “progid:DXImageTransform.Microsoft.Alpha(Opacity=50)”;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    }
    Thanks a lot,

    Cheers from your Team @ ThemePunch

    #44561

    Christian
    Moderator

    Thanks for sharing Marco.