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.
Questions tagged [transition]
5240 questions
14
votes
2 answers
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 say something like this.
How can I do that?

Nicu
- 3,476
- 4
- 23
- 43
14
votes
2 answers
How to transition scenes in Swift
In Objective-C, using Sprite-Kit, I would successfully use something like the following code in Objective-C to bring up a new scene
if ([touchedNode.name isEqual: @"Game Button"]) {
SKTransition *reveal = [SKTransition…

Narwhal
- 744
- 1
- 8
- 22
13
votes
1 answer
JQuery Mobile remove slide page transition
I'm working on a Mobile friendly web site and every time a button gets pressed I have the slide effect transition... and I can't find a way to remove it.
I tried adding: