Ok i found a solution but it does not please me. I encapsulate the WebView within a LinearLayout and I apply the animation to the linear layout instead of the WebView...
If you have something less dirty, let me know! On 25 juin, 12:07, Jell <[EMAIL PROTECTED]> wrote: > After looking closer, it seems that applying an animation to the > FrameLayout disable theWebView'sscroll animation... > > On 24 juin, 17:43, Jell <[EMAIL PROTECTED]> wrote: > > > Hi, > > > I have been trying to implement the demo API "3d Transition" to switch > > between a custom View of mine and aWebView, and it's working fine, > > but while scrolling on theWebView, the parts of theWebViewthat was > > not on screen at the first place is replaced by a blanck... > > > It's just as if that was the FrameLayout that was scrolling instead of > > theWebView. > > > I used the same code that is in the classes "Transition3d.java" and > > "Rotate3dAnimation.java", only changing the Views types. > > > Here is my XML file: > > > <FrameLayout > > xmlns:android="http://schemas.android.com/apk/res/android" > > android:id="@+id/container" android:layout_width="fill_parent" > > android:layout_height="fill_parent" android:scrollbars="none"> > > <WebViewandroid:id="@+id/imwebview" > > android:layout_width="fill_parent" > > android:layout_height="fill_parent" > > android:visibility="gone" /> > > <com.android.jell.MyMainView android:id="@+id/imview" > > android:layout_width="fill_parent" > > android:layout_height="fill_parent" /> > > </FrameLayout> > > > Could you give me some advice? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

