Code Monkey home page Code Monkey logo

Comments (4)

flavioarfaria avatar flavioarfaria commented on July 21, 2024

Have you tried calling kbv.pause() before performing your animation?

from kenburnsview.

usernotnull avatar usernotnull commented on July 21, 2024

That was in fact the first thing I tried, then null image, then null generator. The exception was thrown each time.

from kenburnsview.

flavioarfaria avatar flavioarfaria commented on July 21, 2024

The library was not created with view transformations in mind. This is because the transition will break if the view bounds change. There may not exist enough image surface to accomodate extra space that a view gains when its dimensions increase. Besides that, it would be cumbersome to force custom generators to support it.

Make sure you really need to deal with bound animation, sometimes you can achieve the same effect by using translations instead, just by overlaying your KBV with a sibling view. However, if you REALLY need to change bounds, there's something you could try, but I'm not sure if it'll work:

  1. Before you start your animation, grab a snapshot of the view by calling kbv.getDrawingCache(). You may need to callbuildDrawingCache() right before, but I'm not sure.
  2. Add a regular ImageView to your hierarchy exactly on top of your KenBurnsView and make it display the cached bitmap.
  3. Animate the regular ImageView.
  4. Now replace the old KenBurnsView with a new one with new bounds and then hide the regular ImageView.

As a side effect, you'll have a transition mismatch after this animation, since you're now dealing with a different KBV.

from kenburnsview.

usernotnull avatar usernotnull commented on July 21, 2024

Thanks for the suggestion, I guess I will go for that. For now I just put the visibility to Gone, the parent view will just scale down and I'll later attempt to put a dummy imageview as you said. I'll post again here if I found a better solution for future reference.

from kenburnsview.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.