Code Monkey home page Code Monkey logo

Comments (4)

chrfalch avatar chrfalch commented on August 26, 2024

Hi @kkbhav!

Since this is basically a shared element transition library, elements should be shared and not different from each other. On the other hand, this is a really cool feature to add, and I've been playing around with some constructs to add support for this.

My first idea is to be able to provide an animatable property in the Transition class that will connect the navigation interpolation in a transition to the given property in the wrapped element. Example:

<Transition shared="id" animatedProperty="time">
  <MyMorphableImage/>
</Transition>

When running the transition above the MyMorphableImage would be animated through its time property.

Would this be what you are looking for? You would be responsible for providing/implementing the transformation property and to ensure that your component is a valid Animated component.

from fluidtransitions.

Un3qual avatar Un3qual commented on August 26, 2024

@chrfalch This sounds like a perfect solution, especially for things like lottie

from fluidtransitions.

kkbhav avatar kkbhav commented on August 26, 2024

@chrfalch Yes, this seems like a good approach to implement the functionality. The developer will be responsible for using this property, but as it will be add-on over the shared animation it will work great.
Have you started working on this feature?

Also, I was going through the code and thought what if during the shared transition we animate both the react elements from start position to end position with opacity property so that if images are different it will give a look of shared animation. Is it do-able or will it cause too much performance issue during the transition?

from fluidtransitions.

chrfalch avatar chrfalch commented on August 26, 2024

Implemented in #47

from fluidtransitions.

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.