On Feb 5, 2011, at 10:17 AM, Alex Harrington wrote: > Hi there > > I'm trying to come up with a way of transitioning between two nodes (say > images or divs) like PowerPoint's wipe animations. (ie the uppermost node > wipes from left to right slowly revealing the node underneath but without > moving the uppermost node's position). > > I was thinking I could use the maskhref and offsets to animate a mask across > one node which I think might work?
Yep, that would work. > Is there an easier way of doing it? GPU-based transition effects in general are pretty easy to do using FX nodes. Requires a bit of C++, but it's easy to make a plugin that takes the code. And you can harness the full power of GPU shaders in this way. Cheers, Uli -- Any technology distinguishable from magic is insufficiently advanced. Ulrich von Zadow | +49-172-7872715 Jabber: [email protected] Skype: uzadow _______________________________________________ libavg-users mailing list [email protected] https://mail.datenhain.de/mailman/listinfo/libavg-users
