page tansitions for every pages

Query 1) I want to use different page transition on each pages. Right now when we are applying page transition it is applied on each pages.
We want page transition like
-Right to left
-Left to right
-Top to Bottom
-Bottom to top
if there is any way please let me know workaround.
This could be work on pragmatically . Please let me know How to do that.

Query 2) In Repeater placed element not getting responsive.
if there is any way please let me know workaround.

Query 3) How to apply animation in strip column
like
-Right to left
-Left to right
-Top to Bottom
-Bottom to top
if there is any way please let me know workaround.

Query 4) How to apply scroll in strip column
if there is any way please let me know workaround.

Please help me to solve these query .

  1. Scroll in strip as i know → not possible.
    This for you will have to create your own custom Strip-Element with a usage of a —> custom element

  2. You can animate the whole stip or elements inside a strip when showing or hiding them, with …

$w('#myElementIdhere').show('float'/'fade'/'flip'/'slide') 
$w('#myElementIdhere').hide('bounce'/'zoom'/'flip'/'slide') 

Choose your element you want to animate
Choose the animation you want to use and show or hide your element using the animation + options

$w('#myElementIdhere').show('slide', {direction:"left", duration:500}) 
  1. Dealing with responsve elements, you perhaps should switch over to use EDITOR-X. The normal Editor has boundaries, when it comes up to the question of → RESPONSIVNESS!

Vote for new features here, to make the normal wix-editor better…

Resizing or moving elements on page, could be a good start …

It seems like the Wishlist-page is down, but normaly it works.

  1. I think there is not much what you can do with the page itself,

But perhaps you can use …

… to animate the page’s children.