Code Monkey home page Code Monkey logo

Comments (5)

SrBrahma avatar SrBrahma commented on June 14, 2024 1

Please try the given alternatives and give me your feedback. Depending on how they go, I can improve the support for Animations.

from react-native-shadow-2.

SrBrahma avatar SrBrahma commented on June 14, 2024

Hi, I don't know if it's possible for SVG. I've found the package react-native-svg-animations, but it seems it only supports SVG's Path component, not Rect etc that we also use. We can't use Path at some parts as we use '%' sizes for the first render.

What you may try is to have your bar as an Animated.View and wrap it with the Shadow. Ain't certain if it would work, but maybe it does, although with a delay. You may try also to comment those two lines in the package .js files:

setChildWidth(layout.width); // In web to round decimal values to integers. In mobile it's already rounded.
setChildHeight(layout.height);

Commenting them, the Shadow would use '100%' width and height instead of pixel perfect acquired via onLayout at each render. In theory this would make the Shadow have the same size of your animated Children in the same render, although eventually it may happen some very tiny artifacts between sides and corners (that certainly wouldn't be visible in your case) as % sizing and positioning isn't exact. You should try this, anyway.

What maybe could also work is if you have a width state that increased over the time. If I am not mistaken Animated or Reanimated have something like this to be used without having an Animated component. (maybe this?)

I don't have yet much experience with animations, so I don't think I can help further than that.

from react-native-shadow-2.

Decezaris avatar Decezaris commented on June 14, 2024

Sure, I'm busy now with other stuff, but I will try asap, and I will put the results here.

from react-native-shadow-2.

SrBrahma avatar SrBrahma commented on June 14, 2024

In your time!

from react-native-shadow-2.

SrBrahma avatar SrBrahma commented on June 14, 2024

Closed due to inactivity

from react-native-shadow-2.

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.