I'm trying to get a dissolve effect for some items on a card. I've tried various things, and this is just a simple example of what I need. GrpP1 contains a couple of text areas and a couple of small images. GrpGAL has one larger image and one line of text. I'd just like to have a smooth transition between the two.
Code: Select all
set the blendlevel of grp "GrpP1" to 33
set the blendlevel of grp "GrpGAL" to 66
set the blendlevel of grp "GrpP1" to 66
set the blendlevel of grp "GrpGAL" to 33
set the blendlevel of grp "GrpP1" to 100
set the blendlevel of grp "GrpGAL" to 0
But if I run this on an iPad (retina or non) the effect takes about eight seconds!
Can someone plz explain to me why this is taking so long, and hopefully tell me how to achieve a smooth blend in about one second.
I'm using LC 6.5.1
Many tkx...
--paul