Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Images getting out from the view. #2

Closed
Ajit121 opened this issue Feb 2, 2020 · 3 comments
Closed

Images getting out from the view. #2

Ajit121 opened this issue Feb 2, 2020 · 3 comments

Comments

@Ajit121
Copy link

Ajit121 commented Feb 2, 2020

started showing white background while changing position.
KenBurns.multiple(
minAnimationDuration: Duration(milliseconds: 3000),
maxAnimationDuration: Duration(milliseconds: 5000),

          maxScale: 1.5,
          children: [
            Image.asset(
              'assets/img/girl.png',
              fit: BoxFit.cover,
            ),
            Image.asset(
              'assets/img/SliderLogin2.png',
              fit: BoxFit.cover,
            ),
            Image.asset(
              'assets/img/SliderLogin3.png',
              fit: BoxFit.cover,
            ),
            Image.asset(
              'assets/img/SliderLogin4.png',
              fit: BoxFit.cover,
            ),
          ],
        ),
@ricard-v
Copy link

ricard-v commented Mar 2, 2020

This also happens for a single image.

@sanekyy
Copy link
Contributor

sanekyy commented May 5, 2020

Fix issue here:

#3

@florent37
Copy link
Owner

fixed in 1.0.3, thanks to @sanekyy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants