Hi,
I’ve got another question. I’m making a “non-game” app which includes textfields. Those textfields are in a popp menu that I made. This menu slides in from the bottom to the middle of the screen and slides out from the middle to the bottom. I’ve got this working by adding the textfields to a group and using “transition.to”. But the textfields are not really following the path of the group smoothly. This is the code for the transition:
transitions.addScreenIn = transition.to(addScreenGroup, {time = 1250, transition = easing.outQuart, y = 0})
When I say that it’s not smooth, I mean that everything looks fine except the textfields. They appear to be stuttering a bit.
My fps is set to 60, any solutions?
Kind regards
Bram