Questions tagged [easeinout]

7 questions
2
votes
1 answer

XCode (Bug?) (SwiftUI): Rather than Scale and Change Opacity where they are, my Views are coming in from the edge of the screen

I am trying to have a circle on my screen with two circles behind it in a ZStack that ease in and out with the ScaleEffect(), and change opacity. I made this in a separate SwiftUI file, where there seemed to be no issues, but once I put it in my…
0
votes
1 answer

Set custom shortcuts in Adobe Animate

I'm using Adobe Animate for quite some time. I use Ease-In and Ease-out quite a lot when I animate different motions. Sadly, manually setting them for each motion tween is time consuming (I know, it takes a few clicks but as animator it is crucial…
Dosya
  • 15
  • 4
0
votes
0 answers

CSS Animations - ease-in-out on appearing and disappearing

For the love of god! I have spent hours trying to figure this out, and nothing seems to work. Please, much help is needed. So i have managed to write a menu burger (and i dont know how, it's the only component i managed to assign animations too).…
user20823821
0
votes
0 answers

Ease in / Ease out on scroll and visible in viewport

When you look at the website of https://www.mercedes-benz.com/en/ and you scroll down, all the content eases in. When you scroll all the way down and scroll back up again (slowely), you also see the content (blocks) easing out again. When you are…
user2812779
  • 193
  • 3
  • 19
0
votes
0 answers

why do I have a glitchy effect on my tansition in css?

I have a navbar menu, with a class toggled it is collapsed or not, inside this navbar I have small collapsed menus. when I use my navbar normally it work perfectly but when I click on a collapsed menu and that my navbar is collapsed it is supposed…
lolozen
  • 386
  • 1
  • 4
  • 19
0
votes
2 answers

SwiftUI - animating View opacity in ZStack with .easeInOut

I have a view sitting on top of a mapView (in a ZStack) and want to be able to have the green, upper view fade in and out with the .easeInOut animation modifier applied to the view's opacity. As you can see in the gif, it fades in nicely but…
Magnas
  • 3,832
  • 5
  • 33
  • 48
-2
votes
1 answer

Infinite spin animation with "ease in" and "ease out" in Swift?

I want to create a "roulette" (a simple UIImageView with appropriate image) and spin it. There are similar questions but they describe just how to spin with linear speed by using multiple recursive animation calls. But in my case I need to use…
Gargo
  • 1,135
  • 1
  • 10
  • 21