Questions tagged [transition]

DO NOT USE! THIS TAG IS AMBIGUOUS. Try to use a less ambiguous tag like [css-transitions], [android-animation] or [ios-animations] [pytransitions] if possible.

5240 questions
1
vote
1 answer

SwiftUI: How to create a custom SwiftUI Transition depending on a State Object?

Context: I have encountered a problem while working with SwiftUI Transitions. I have a FormView containing 4 different Sub-Forms. When the User presses the Next-Button, the next Sub-Form View is presented with a Transition (.move -> right to…
christophriepe
  • 1,157
  • 12
  • 47
1
vote
1 answer

How to apply different animations to an old page during the transition?

I have a panel as a tabbar at the bottom with custom animation and with page names. I have 5 pages that can be switched with the next animation: the new page should slowly increase visibility (FadeTransition) and the old page should move right or…
1
vote
0 answers

Transition between 2 recycler views having cards

I have 2 recycler views that have cards.They basically look the same have the same number of cards and everthing. The first one is for like viewing and other stuff and the second one is only for deleting cards. OnlongClicking a card in the first…
1
vote
1 answer

React Transition Group - i dont understand it well

I'm trying to make an array of images that changes image every few seconds. I made it change randomly and now I'm trying to add transition so it so it will look prettier. The only way I saw it's being possible with React is using…
1
vote
1 answer

SwiftUI Switch Statement Transition Behavior is not as expected

I am getting unexpected .transition behavior when using a switch statement to update the View vs. when using two if statements. The two if statements are sliding the views back in and out as expected, however, the same transitions in the switch…
1
vote
1 answer

How to add reactive object to secondary column header in output table?

I am working on a transition table module and am wrestling with how to make the output understandable for the user. I used to prepare transition tables in Excel; making the table legible was super easy but deriving the data for table output took…
1
vote
1 answer

How to modify this data.table code to show balance transitions instead of event frequency transitions?

I am using the below MWE code to generate a data frame of transition frequencies. It works well and fast. I am new to the data.table package and am having trouble converting it to show balance transitions. To start, below is the example data frame,…
1
vote
3 answers

How do I transition the changing of CSS values?

I'm using JavaScript to change CSS values to make a particular div fill the page when a button is clicked. But I would like make the change from small to filling the screen smooth. How do I do this with CSS or Javascript? This is currently how I'm…
Zeeno
  • 2,671
  • 9
  • 37
  • 60
1
vote
0 answers

Is this a use case for Python/transitions?

Let's say that my (asyncio) workflow is like this: A = aiohttp.get(url_a) (with n retries and timeout of each retry) B = aiohttp.get(url_b) (with n retries and timeout of each retry) if I got A & B -> save to the database if I got A but not B ->…
user3225309
  • 1,183
  • 3
  • 15
  • 31
1
vote
1 answer

Transition accordion: roll down works, but not roll back up

I am trying to make the accordion roll down, when selected, and roll back up when closed. It rolls down, but when closed it just closes without transition. I tried adding max-height to the elements, and then using transition: max-height 1s…
1
vote
0 answers

CSS's native transition doesn't work once I add Bootstrap 3's stylesheet

This works, but the moment I add Bootstrap 3, (which I need to as it's required in an existing project) it no longer fades in and out.
anjanesh
  • 3,771
  • 7
  • 44
  • 58
1
vote
1 answer

SwiftUI Can't Animate Image Transitions

I'm trying to make a simple image selector and I would like the transition from one image to another to be animated. Seems like a really simple thing to do, but I have not been able to find a single solution. I must be missing something…
JohnSF
  • 3,736
  • 3
  • 36
  • 72
1
vote
1 answer

Expression Blend: Why do I not have options for Transitions and Easing?

I am using Expression Blend 4 with .Net 3.5 In the image below, there are options for Transition Effects and the ability to choose Easing effects for your transitions: My Blend interface does not have these on my WPF application: However, if I…
PhillipKregg
  • 9,358
  • 8
  • 49
  • 63
1
vote
2 answers

Multiple Jquery Sliders on one page

I am using the jquery plugin, slides to power my slider. I want to have 3 sliders on my page, only one showing at all times. I have three buttons which cycle through the sliders. THe following is the html and jquery for my buttons: HTML
JCHASE11
  • 3,901
  • 19
  • 69
  • 132
1
vote
1 answer

CSS Animation: Combining Step Animation with Transitions

I am new to working on CSS Animations and want to combine a transition animation with step animation. Is this possible? I want a transition, but I need a jump cut at one point. This is what I tried: @-webkit-keyframes DASH3{ 0% …
1 2 3
99
100