Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

22
votes
2answers
2k views

Animating fragments and the back stack

I am having trouble using or understanding how popping FragmentTransactions off of the back stack handles the custom animations. Specifically, I expect it to call the "out" animation, but it ...
18
votes
6answers
10k views

CSS 3 Transitions on the display: property

I'm currently designing a kind of css 'mega dropdown' menu - basically a normall css-only dropdown menu but one which contains different types of content. An example can be found at ...
13
votes
3answers
992 views

VisualStateManager not working as advertised

The following issue has been plaguing me for days now, but I've only just been able to distill it down to its simplest form. Consider the following XAML: <Window x:Class="VSMTest.MainWindow" ...
8
votes
5answers
5k views

Transition behavior using transitionFromView and transitionWithView

I am attempting to create a transition between two subviews (view1 and view2). When a button is pressed I want view1 (front) to flip and show view2 (back). I have tried both transitionFromView and ...
6
votes
3answers
3k views

Transitions in WPF

I really want to make rich applications which also include transitions, this way I can fit more on one window by fading out parts that I don't need and fading in parts I do. But I don't know how to ...
6
votes
5answers
371 views

Managing Perl habits in a Python environment

Perl habits die hard. Variable declaration, scoping, global/local is different between the 2 languages. Is there a set of recommended python language idioms that will render the transition from perl ...
5
votes
2answers
9k views

Slow animation with webkit-transform translate() in iPhone OS 3.0

Has something changed in JavaScript handling in iPhone OS 3.0? This code works in Safari 4 Public Beta and in iPod Touch 2.0, but not in iPod touch with iPhone OS 3.0. The purpose is to move the box a ...
4
votes
1answer
286 views

Form transitions in VB.NET without using Timers

For couple of hobby projects of mine, I've been performing form transitions (fade-in/out, slide-left/right) using timer control, and I know its not the right way to do it. Using timer has its own ...
4
votes
2answers
471 views

CSS3 transitions to dynamically created elements

I'm trying to animate a dynamically created html element with CSS3 transitions. I want the animation to start just before the element is created. For these i create a class that set the original ...
3
votes
1answer
40 views

Is it possible to get the current css property during a transition in Javascript?

I would like to be able to read the value of a css property in the middle of a transition before it is fully executed. Is that possible? So if during a transition from 0% to 100%, I were to check ...
3
votes
1answer
586 views

Disable/turn off inherited CSS3 transitions

So i have the following css transitions attached to the a element: a { -webkit-transition:color 0.1s ease-in, background-color 0.1s ease-in ; -moz-transition:color 0.1s ease-in, ...
3
votes
1answer
1k views

VisualStateManager and generated transitions

Just when I think I understand the VisualStateManager, something proves me wrong. I'm using WPF 4 and am trying to simply enlarge an item on mouse over, and shrink it back on mouse leave. I figured ...
3
votes
1answer
179 views

What is the standard way of transitioning between views?

I was wondering if there is a standard way (or best-practices way) of transitioning between two views in WPF? For example, if you are looking at one particular view, and you click a button (e.g. a ...
2
votes
2answers
58 views

iOS transitions become instantaneous

I'm developing a basic iOS app that doesn't use any fancy animations except for the built in transitions between views. After testing the app on both the simulator and an iPhone 4S for a while, the ...
2
votes
2answers
464 views

Unbalanced calls to begin/end appearance transitions for UITabBarController

I have an UITabBarController, when initial run, I want to overlay a login view controller but received error. Unbalanced calls to begin/end appearance transitions for < UITabBarController: ...
2
votes
2answers
177 views

CSS Transition Not Firing

I'm creating a DOM element (a div), adding it to the DOM, then changing its width all in one quick hit in javascript. This in theory should trigger a CSS3 transition, but the result is straight from A ...
2
votes
2answers
5k views

Simple HTML5/CSS3 background image transition on mouse hover

I'm trying to understand the simplest background transition possible using only HTML5 and CSS3. Searching through stackoverflow I've learned it can be easily implemented using external libraries such ...
2
votes
2answers
440 views

How to use CSS3 transition callbacks with jQuery.ajax

I am using the following snippet of jQuery code to perform an AJAX request: $.ajax({ url: page, context: $(pageContent), beforeSend: function(){ $(pageContent).css('opacity', ...
2
votes
2answers
87 views

How to find the changes between two lists, with immovable items (PHP)

I'm trying to get the changes between two lists of articles in order to animate the transition between the two lists. Articles can be added, removed or moved (not swapped). However some articles ...
2
votes
3answers
189 views

flash website redone in jquery? feasible?

I'm considering attempting a redesign of a flash website with jquery effects and transitions in place. I just wanted to reach out to the community to maybe see how feasible this really is considering ...
2
votes
1answer
3k views

UIView TransitionFromView example?

I would like to use UIView's transitionFromView method to animate a view and catch the event when it is completed. Could some post an example? Thank you! F.
2
votes
1answer
74 views

GTK+ menu transitions possible?

I'm trying to use GTK+ 2.0 for my GUI, but I'm not sure how I could implement a menu that slides out when a button is clicked. Making a menu disappear/re-appear instantaneously would not be difficult ...
2
votes
3answers
68 views

jQuery visible targeting issue

I've made this script that lets you navigate through multiple divs with jQuery, but I want to make a css change to the parent if the 6th div is shown and using .is(":visible") hasn't given me any ...
2
votes
2answers
1k views

ImageButton using Transitions in Android

I'm trying to create a transparent (no button background) ImageButton that has a custom selector. I have the selector working against the button but I now want the selector drawables to cross-fade ...
2
votes
2answers
474 views

Slow down my javascript! How to allow my code to wait for transition to complete before executing?

Strange Question i guess but i have this bit of code in my page... $(".map-overlay-left").click(function () { $("#map-holder").hide('slow'); var gmarkers = []; var side_bar_html = ""; ...
1
vote
1answer
77 views

Change transitions page duration

I'm using Windows phone Silverlight Toolkit transitions with this XAML code: <toolkit:TransitionService.NavigationInTransition> <toolkit:NavigationInTransition> ...
1
vote
1answer
77 views

Transition in Corona SDK

How to give transition for changing color in corona sdk. I have tried like this, but it's not working transition.to (show_text, {time=1000,color="rgb(0,0,0)"});
1
vote
1answer
55 views

:active doesn't work on PhoneGap

I'm trying to have a <div> that when you touch it, it slowly changes its background color. I'm using the :active pseudo class for that: div { background: #fff; transition: all .3s ...
1
vote
1answer
95 views

Can I temporarily turn off all CSS3 transitions/animations whilst an element is built?

I have created a rather complex Menu for a website. The menu lives from a huge amount of animation which is based on CSS3. However, when i navigate to a different page, the menu should build up ...
1
vote
2answers
123 views

UIImageView, animate animationImages with easeIn easeInOut transition

I have a code: NSArray * imageArray = [[NSArray alloc] initWithObjects: [UIImage imageNamed:@"1.png"], [UIImage imageNamed:@"2.png"], ...
1
vote
2answers
84 views

Music+Video hub opening panorama transition

In WP7.1, when one opens a Music+Video hub, a stylish from-around-the-corner-slide-in page transition animation takes place. It seems like not an entire page is sliding in, but a Panorama control in ...
1
vote
1answer
183 views

Fading Background then Go to Next Activity

I just wanted to imitate famous games like Angry Birds wherein when you start the game, there are couple of screens, flashing then fading out, then go to another screen, fades out then the main menu ...
1
vote
2answers
106 views

CSS3 multiple transitions reversed animation

I have a div I'm trying to animate with CSS. div { width:100px; height:50px; -moz-transition: width: 1s, height: 1s 1s; } div:hover { width:400px; height:400px; } It ...
1
vote
0answers
40 views

image transition algorithms

I want to apply various transitions like wipe in, wipe out, zoom in, zoom out, split, etc. on images. Can somebody please suggest some algorithms or books that explains how to apply various ...
1
vote
1answer
79 views

Shouldn't css3 transitions animate between height: 100% and height: 200px?

css3 transitions will interpolate the state of the height of a div. Currently, chrome13 will not interpolate if you set the height with a different unit than the previous height i.e.: set height ...
1
vote
1answer
67 views

Funny behaviour from Adobe Flex Transitions-Possible Bug

I think I've just spotted an apparent bug in flex 4.5. The link to the relevant application is here. VIEW SOURCE ENABLED!! These are the transitions: <s:states> <s:State ...
1
vote
2answers
63 views

CSS3 Transitions Help

I can't seem to get my head around this but I'm sure it's pretty simple.. Basically I have some text like this: DJDM, which are my initials. What I'm trying to do is to make it so that when you hover ...
1
vote
1answer
118 views

Flip Horizontically Grid Background Image(Brush)

I have set a Grid's background brush as an ImageBrush. But when I set the Grid's FlowDirection to RightToLeft, the image is flipped horizontically. Is it possible to (un)flip the grid background ...
1
vote
1answer
71 views

Is there a workaround for font dimming during CSS3 opacity transitions?

I've got an HTML element where the opacity changes on hover (using a CSS3 transition). The problem is that in Firefox (on Windows at least), the text (a <p>) within the element (a <div>) ...
1
vote
1answer
64 views

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 ...
1
vote
2answers
196 views

absolute movement using css3 transitions and translates

I know that when you set a new css translate you need to the pixels you want to move, ex: 50px,60px. So that is a relative movement to those pixels: http://jsfiddle.net/8CECx/ The div's remain next ...
1
vote
1answer
41 views

Any way to Morph an object in Flex 4?

I'm wondering if anyone has experience morphing an object from one skin/image/etc to another? What I want to do is have an icon morph into another image went it goes into a dragging state. Much like ...
1
vote
1answer
305 views

How to popScene with transitions in cocos2d?

When i call relpaceScene or pushScene in cocos2d, I can add some transitions to it like: [[CCDirector sharedDirector] replaceScene:[CCTransitionFade transitionWithDuration:1 scene:scene]]; but when ...
1
vote
1answer
115 views

Android transitions preview

I'm trying to add some transitions to my app. Is there any place where I can see a preview of the default transitions ImageSwitcher AdapterViewFlipper StackView TextSwitcher ViewAnimator ...
1
vote
2answers
82 views

Browsers behave differently on CSS3 transitions

Good morning all. Today I'm struggling with the following code: source on jsFiddle What I have been trying to achieve is a seemingly simple image rollover effect where 'a mirror' of an image covers ...
1
vote
1answer
252 views

webkit-transition height for a div with a dynamic changing height based on content?

please see the following jsFiddle http://jsfiddle.net/SgyEW/10/ You can click the various buttons which shows different length content which causes the box to grow/shrink. I want the height change ...
1
vote
0answers
127 views

MultipleDetailViews - Animate Transition Between Views

Using Apples MultipleDetailViews Example, Has anyone been able to animate transitions between the detailView when switching detailViews? The MultipleDetailViews Example only instantly switches views ...
1
vote
1answer
2k views

Sliding web page transitions (jQuery)

Although there are similar questions on this site, non seem to quite answer my question... I have a 5 static page website which looks like the inside of a hair salon. I would like each page ...
1
vote
2answers
1k views

Using Modernizr and jQuery to Animate if CSS3 Transitions Don't Exist

Is there a way to use a combination of Modernizr and jQuery to enable something similar to transitions if CSS3 isn't supported? What I'm currently doing is like this... <div class="hoverable"> ...
1
vote
2answers
66 views

Which is better, some grids collapsed or some user controls?

I'm developing a Windows Phone 7 application that uses some Transient content. To avoid to go back to that transient content I've decided to use a phew page with several grids on the same page. When ...

1 2 3