-
AuthorPosts
-
April 29, 2014 at 5:03 am #38455
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!
April 29, 2014 at 5:04 am #38456April 29, 2014 at 9:20 pm #38723Hi Marco,
May I check out your revolution slider settings?
Don’t forget to set your reply as private.Thanks!
May 14, 2014 at 5:38 am #44258Hi 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
May 14, 2014 at 10:46 pm #44561Thanks for sharing Marco.
-
AuthorPosts