Giter VIP home page Giter VIP logo

Comments (12)

lXSPandora avatar lXSPandora commented on May 18, 2024 1

@chrfalch any position about this?

from fluidtransitions.

lXSPandora avatar lXSPandora commented on May 18, 2024

1st Screen:

const VaporMax = styled.Image.attrs({
  source: require('../../assets/vapormax.png')
})`
  width: 500;
  height: 300;
  margin-left: 120;
  margin-vertical: 40;
  transform: rotate(35deg);
`;

2nd Screen

const VaporMax = styled.Image.attrs({
  source: require('../../assets/vapormax.png')
})`
  width: 250;
  height: 150;
`;

from fluidtransitions.

lXSPandora avatar lXSPandora commented on May 18, 2024

Versions:

  "dependencies": {
    "react": "16.4.1",
    "react-native": "0.56.0",
    "react-navigation": "2.6.2",
    "react-navigation-fluid-transitions": "0.2.2",
    "styled-components": "^3.3.3"
  },

from fluidtransitions.

lXSPandora avatar lXSPandora commented on May 18, 2024

First i downgraded the RN Version and rewrited the styles using StyleSheet to make the animations work!!

from fluidtransitions.

lXSPandora avatar lXSPandora commented on May 18, 2024

I think is a problem with https://github.com/styled-components/styled-components

from fluidtransitions.

lXSPandora avatar lXSPandora commented on May 18, 2024

Its the same #25

from fluidtransitions.

lXSPandora avatar lXSPandora commented on May 18, 2024

@sonaye @chrfalch

from fluidtransitions.

chrfalch avatar chrfalch commented on May 18, 2024

Hi @lXSPandora! Thanks for submitting the issue. The main challenge when doing shared element transitions is to know what kind of styles to use for transitions. The Fluid Transitions library uses different methods to accomplish this - looking at the styles property and performing a shallow render of the component. I haven't tested too much with Style Components, but I believe there could still be some issues with transitions on such elements. Try to explicitly declare the styles you want to be part of the transition on the child element of the Transition element and see if it helps.

A reproduction using Expo would also be great - your example looks really cool, btw!

from fluidtransitions.

lXSPandora avatar lXSPandora commented on May 18, 2024

@chrfalch
And i noticed one more think when i try to use absolute styles on styled + image + shared transitions the image disappears
OBS: Its commented to dont crash the expo ๐Ÿ˜†
https://github.com/lXSPandora/fluid-transitions-reproduction-styled/blob/master/src/components/VaporMaxAnimation/VaporMaxLanding.js#L36

styled reproduction repo: https://github.com/lXSPandora/fluid-transitions-reproduction-styled

repo with stylesheet: https://github.com/lXSPandora/react-native-shared-transitions

Can you put the stylesheet repo as an example of Shared Transitions?? โ˜๏ธ โ˜๏ธ โ˜๏ธ โ˜๏ธโ˜๏ธโ˜๏ธ

from fluidtransitions.

lXSPandora avatar lXSPandora commented on May 18, 2024

The animations that are not shared runs fine but the shared ones bugs!

from fluidtransitions.

lXSPandora avatar lXSPandora commented on May 18, 2024

@sonaye @chrfalch

from fluidtransitions.

kevinwolfcr avatar kevinwolfcr commented on May 18, 2024

Any update on this? I am interested on making it work with styled components too!

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.