GithubHelp home page GithubHelp logo

Comments (4)

toineheuvelmans avatar toineheuvelmans commented on May 30, 2024

Hi @dkarbayev, thank you for submitting this, I really appreciate that you made the video which clearly demonstrates some issues.
We are currently a bit low on resources to address these right on (as goes for the other open issues 😬), but I will do my best to get time for it on our planning a.s.a.p.

from transition.

p3scobar avatar p3scobar commented on May 30, 2024

/Pods/Transition/Transition/Classes/AnimationLayer.swift:37:42: Static var 'full' is internal and cannot be referenced from a default argument value

public init(range: AnimationRange = .full, timingParameters: AnimationTimingParameters, animation: @escaping AnimationFunction) {
    self.range = range
    self.timingParameters = timingParameters
    self.animation = animation
}

// Any idea how to fix this??? Thanks in advance.

from transition.

toineheuvelmans avatar toineheuvelmans commented on May 30, 2024

@dkarbayev
I have addressed the built-in transition animations, which incorrectly removed the visible view when the transition was cancelled.
The glitches (jumps) that are particularly apparent in the ModaltransitionsExample oddly enough seem to be specific to iOS 11 – I first tried to reproduce on iOS 10 but without luck. The issue occurs when a UIViewPropertyAnimator is reversed and continued. Apparently this is an unaddressed regression since iOS 11: https://openradar.appspot.com/34674968
I have created a temporary "fix" that continues the animation by specifying a linear timing curve, instead of none (when none are specified, the originial timing parameters should be used). This seems to avoid the jumping in the animation.
See more here: https://stackoverflow.com/questions/46406670/uiviewpropertyanimator-different-behaviour-on-ios10-and-ios11-reversing-an-anima

from transition.

toineheuvelmans avatar toineheuvelmans commented on May 30, 2024

@p3scobar
I have adjusted the access level of that property, as well as some others. Please create a separate issue in the future such that related comments and actions stay organized.

from transition.

Related Issues (10)

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.