MyBacklink86 - We can create parallax ads on AMP blogs easily with the help of js amp-fx-flying-carpet.
Of course it will not work on non AMP blogs because it's specifically for blogs with AMP templates.
So what if we want to create a parallax ad on non AMP blog?
Parallax ads can be for banner image, ads with iframe and for adsense.
If you want to try it, please you follow the steps below.
Please save the code below and place it above </head>
Click
<b:if cond='data:blog.pageType == "item"'>
<div class="paralax_div">
<div>
<div>
<div>
<img src="https://4.bp.blogspot.com/-RzxVWJw3Uho/WcKesObgvwI/AAAAAAAAEsg/-5IWkUTJIAYacQNaGvc0bqbXl2Svy35xQCLcBGAs/s640/Adsense%2BIn%2BThe%2BMiddle%2BOf%2BBlog%2BArticles.png" alt="banner" width="300" height="250" />
</div>
</div>
</div>
<span class="clear"/>
</div>
</b:if>
If you use it for your image banner ads (banner with height 600px and width 300px), please replace the url image in the code above.
If you use to ad code with iframe or adsense (300x600 ads), please remove the <img> tag above and replace your adsense code.