Not sure what you mean by continues transform. Every type of transformation is a different operation done by different algorithms. When you for example want to do a cage transform after a perspective transform then you have to first apply the first transformation before you can start another type. The only way around this is when you use transform masks, then you can basically do one after another without applying when you do each type of transformation on a different mask.
1 Like