Top "Transition" questions

DO NOT USE!

How do you construct the union of two DFA's?

Does anyone have a straightforward description of the algorithm for constructing the union of two given DFA's? For example, say …

union transition finite-automata dfa
Animate selector/state transitions

I have a simple selector for my ListView <?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://schemas.…

android animation android-listview transition
d3.js how to dynamically add nodes to a tree

I am using a d3.js tree, and would like to add nodes dynamically, rather than pre-loading the entire tree. …

javascript dom svg d3.js transition
background-transition with background-size: cover

This may already be answered somewhere but I haven't found yet after a bit of searching. I have a series …

html css transition background-size
Adding Image Transition Animation in Swift

Below is the code that automatically transitions between different images, every 5 seconds. I want to add animations to the transitions …

ios animation swift uiimage transition
CSS transition fade in only for element

Is there a way to only fade in an element using the CSS transition property? Never really had the need …

css fadein transition
How can I animate *ngFor in Angular?

I need to animate an ngFor list as it is populated and shown. Each element should have a transition, let's …

angular transition angular-animations
QML animations visible property changes

I want an animation to be painted when an element becomes visible (is should appear smoothly, not the whole at …

qt animation qt4 transition qml
Customizing the collapse transition in bootstrap 4

Bootstrap 4 uses the class .collapsing to animate the width/height of an .collapse-element while opening/closing it. Unfortunately the actual …

twitter-bootstrap transition twitter-bootstrap-4-beta
CSS3 Transition to highlight new elements created in JQuery

I want to use a CSS3 color transition to apply a highlight-fading color effect (yellow to transparent) to new elements …

jquery css css-transitions transition