Transitions are a progression from one state to another, often in user interfaces or state-machines.

learn more… | top users | synonyms

1
vote
1answer
24 views

D3: How do I chain transitions for nested data?

I'm attempting to make a visualization with a multistage animation. Here's a contrived fiddle illustrating my problem (code below). In this visualization the boxes in each row should turn green when ...
1
vote
0answers
22 views

extend twitter bootstrap carousel so that transitions are diagonal

I am trying to modify the twitter bootstrap carousel (http://twitter.github.io/bootstrap/javascript.html#carousel) so that rather than sliding in straight from the side the items slide in diagonally. ...
0
votes
1answer
31 views

Page transition, Load new page in a div while changing URL location

I'm familiar with the Ajax/jQuery .load() or php include() which can be used to load other content into a div on a page. Kindly take a look at this example I've posted: my site with page transitions ...
0
votes
1answer
29 views

Page to page fading effect

i need to implement load/unload page animations fade-in on load, and fade-out on unload. 1) I have read some articles about implementation it based on links clicks. That's does not work for me. I ...
0
votes
0answers
16 views

onNavigateUp with animation

I am launching an About Activity with overridePendingTransition() right after it, so I can get an animation of the incoming Activity. I want the Activity to perform an animation as well upon ...
0
votes
3answers
36 views

Image transition on mouse click

I am implementing a image gallery whereby if you click on an image thumbnail it shows you the bigger picture. However, I am trying to make it so that the image transitions from the one that is ...
0
votes
2answers
33 views

How to scroll xx pixels or % at once

I am building a website and I want to customize the scrolling. If the user scrolls I want them to scroll down 100% at once like in this website: http://onlinedepartment.nl/ EDIT: I already managed ...
0
votes
1answer
33 views

Replicate CSS3 sliding content transitions with jQuery

A project I'm on is happy with the modern code I've developed using CSS3 (below) but want the same effect across two legacy browsers, IE8 (used in my client's office) and IE9. I've tried using the ...
0
votes
0answers
33 views

d3 transitions using two datasets

I'm a D3 noob trying to figure out transitions and wanting to work with multiple datasets. I've looked thru the other questions, and not found an answer to use of two datasets. This jsfiddle shows ...
1
vote
1answer
32 views

Box-shadow transition not working

I want a box shadow to appear on hover and transition to it. I have the classes below. The shadow appears, but without transition. I'm looking at it in a chrome browser and can see the transition ...
1
vote
0answers
65 views

jquery ui tabs active link css parent background transition

I'm using jquery tabs as my primary navigation and what I'm trying to achieve with css transitions is a parent background picture will change its size when a button of the ui tab links is active. So ...
-2
votes
1answer
61 views

page transition like iphone app feedly on phonegap

Can anybody recommend a plugin,css3 or javascript library which will allow me to implement the same page transition (scroll up&down) as the iphone app Feedly? To be used in phonegap as html5 app. ...
0
votes
0answers
16 views

crossfade two pages with jquery

Is it possible to cross-fade two pages There is a way of fading out, switching pages, and then fading out as discussed here: ...
0
votes
1answer
43 views

CSS Transition not working when input in Javascript

I read every thread and tried every possible solution and don't know what I missing! I have a div video_container_dc that I would like to fade in when I call it in Javascript. The CSS: ...
1
vote
3answers
95 views

Creating Graphical User Interface (GUI) in Python

I work mostly with Matlab but I am little bit familiar with Python as well. I have never created a GUI before, however, I have been suggested to develop a GUI for an important project in Python and ...
2
votes
1answer
65 views

Forcing y-axis to 0 when using chained transitions

I'm new to D3 and working on a modified version of Chained Transitions: http://bl.ocks.org/mbostock/3903818. However one problem I'm running into is forcing the y-axis to start at 0. Normally this ...
0
votes
3answers
38 views

How to create a menu that rolls down? CSS

Example: <div id="one"> (content) </div> <div id="two"> <ul>............</ul> </div> I want to create an effect that appears that #two is comming down ...
1
vote
1answer
49 views

Triggering multiple divs with transition

I'm sure its me being daft on this topic.. but is there a way to trigger 2 or more divs with one transition? For instance.. I have 2 box's.. when I click one box I want the width and height of both ...
0
votes
1answer
49 views

Complicated DIV issue involving transitions, stacking, and opacity

So here's the situation. I have three layers that are stacked on top of one another, two of which are transparent. The bottom layer expands in both directions, the second layer goes from being opaque ...
-1
votes
2answers
67 views

transition to another library (especially in C++) [closed]

In some cases when libraries become obsolete in Linux; the developers suggest to transition to another library. I want to know what are the steps to transitioning? For example, my software like many ...
0
votes
1answer
59 views

How to center (keep center) a <div> or img when using transitions to adjust height and width.

Okay.. so I'm a bit of newbie but not really. Did a lot of html coding back in '04-06'.. decided to pick it up again. Let me know if I don't make sense. I have a client who wants a "lightbox" ...
1
vote
0answers
64 views

Windows phone transition animation in Android

I want to implement the transition animation available in windows phone in my android application. The animation should look like in the video below News Republic Android application Where should ...
0
votes
1answer
28 views

SSAS MDX get the number of items that move from one dimensionmember to anther

We've implemented a life-time-cycle for items. For this we have an Item dimension, an Phase dimension, a Date dimension and a fact table that assigns an item to a phase per date resulting in a ...
1
vote
1answer
45 views

D3 transitions on more than 1 svg element

I am new to D3 and trying to learn a few basics. I've been using the D3 tips and Tricks book and tried to adapt a line graph to get a couple of lines into it which both transition. The basic idea is ...
0
votes
0answers
406 views

Page transitions using Phonegap, Zepto and Backbone

I'm developing a mobile app using Zepto,Backbone and Phonegap. I have beeen struggling to achieve page transitions. I've tried this library ...
-4
votes
1answer
62 views

Custom Android activities transition [closed]

I am trying to mimic the Android twitter application activities transition. but i don't get the same effect. Can someone suggest a way to do it. thanks
1
vote
1answer
167 views

d3.js animate/transition circles on update

I have a simple line graph that checks every 5 seconds for updates & redraws the line/scale if needed. This all works well EXCEPT: the data-point dots. What am I missing in the redraw to move the ...
0
votes
1answer
76 views

View flipper did not remove not displayed child if animation is added

edited: To summarize If I have animation on view transition The problem appears, but as soon as I remove the animation form the view, the not displayed child at view flipper dis apear as, well. I ...
2
votes
2answers
96 views

addClass & removeClass Transitions - Firefox

EDIT: Resolved the text issue, still need help with the Firefox transition. Trying to use a minimal menu once you scroll down the page. The code works in the sense that it is transitioning, however ...
0
votes
0answers
19 views

smooth background colour transitions when user scrolls

Forgive me for asking what seems to be a repeated question. I have read a umber of answers to similar question however the answers dont work for me or the outcome is not the desired effect. I would ...
0
votes
1answer
53 views

D3 Transitions on SVG markers

I'm plotting arrows in an SVG, using svg:line elements with markers defined as follows: svg_.append("svg:defs") .append("svg:marker") .attr("id", "bluearrowhead") ...
0
votes
2answers
53 views

Different UIViewController modal transition to another VC with different animation

here is my question, let s say i have UIViewController A B C D... currently I am using the default transiation animiation for all VCs modal transite , shows as -> what i want is... let user pick ...
0
votes
3answers
55 views

Transition between html change

I have these two functions, one removes everything from the page and one adds it back. When everything is removed a black-ish screen is shown with a loading logo in the middle. Base.showLoading = ...
1
vote
1answer
232 views

D3.js chain transitions for compound animations for different shapes

What I'm trying to do... I'm toying with D3 to make a compound animation. I have the following final state: Essentially I want to animation connecting the dots - add the first circle. Then draw ...
0
votes
0answers
31 views

Weird frozen edge of window after animation

ok, am I the only person who runs into stuff like this? I have a simple Storyboard: <Storyboard x:Key="slideInStoryboard" > <ThicknessAnimation Duration="0:0:.75" ...
0
votes
0answers
39 views

Radial wipe transition between images

How do I achieve a javascript / jquery radial clock transition with time delay and triggered by a button click? It needs to work across all devices, please can anyone help?.
2
votes
1answer
55 views

Hover state on circles

I'm designing this page that contains four big circles with CSS3 transitions and I'm trying to make it work on IE8. I know CSS3 transitions don't work on old versions of IE therefore I just wanted to ...
0
votes
2answers
137 views

Extending paths in D3 with transition

I've been grappling with issues relating to transitions in D3. Consider this code: svg.selectAll("path") .data(data, key) .enter().append("path") .attr("d", someFunctionThatReturnsAPath); }); ...
0
votes
2answers
111 views

div 100% height with 40px bottom margin

i know something similar has been asked before here. but it's a little different as it involves css transitions. http://jsfiddle.net/fariskassim/rWNJN/4/ .panel{ width:inherit; height: 0%; ...
0
votes
2answers
31 views

How to load pages with added jQuery

I've noticed many websites (like Hulu.com), have very interesting page transitions. They manage to fade out of a page and into a new one. How would this be accomplished with jQuery/Javascript. Would ...
0
votes
1answer
57 views

Animation in css3

I just created an css3 animation and I have a problem. When I hover over my text, above appear a line and everything may have to be great, but I don't know how to move this line at the bottom of text. ...
1
vote
1answer
183 views

Unable to stop CSS3 transition of transform by translate3d

I'm trying to animate an element by CSS3 transtions using translate3d: JSFiddle. // for start animation $("#content") .css("-webkit-transition", "all 100s"); .css("-webkit-transform", ...
1
vote
1answer
109 views

joining multiple parts of a g element to the same data in d3

I am trying to figure out how to transition paths and text bound to the same data within a g element. This gist shows the behavior I want. When you click the change button the path and text ...
0
votes
1answer
71 views

“Pushing” and resizing fragments

First I want to apologize if this is a duplicate I just could not find anything that would help me. Anyway, I have an activity that hosts 2 fragments. Fragment A basically acts as a header(I couldn't ...
1
vote
1answer
367 views

Chained animations/transitions over each graph node - D3.js

I want to be able to change the radius of each node in my graph that i am creating using d3.js. However, i want to change the radius of each node, one at a time, and i want to able to control the ...
0
votes
1answer
45 views

Trouble with HTML/CSS transitions

I'm working on adding transitions like the ones on this website: http://tympanus.net/codrops/2012/08/08/circle-hover-effects-with-css-transitions/ More specifically, I'm trying to do example #6. I've ...
0
votes
0answers
62 views

Transition plus image rotation, need some help css3

Hy, So basically I want 2 transitions at the same time but something goes always wrong. So I used a jpg (a gear), so I imagined when hovering over the gear (1st transition), while rotating the second ...
0
votes
1answer
210 views

How to have different animation transitions for same activity on Android?

Please refer to this image: https://lh4.googleusercontent.com/-gEW9RFcjpnQ/UTKSd0DSR5I/AAAAAAAAALs/P7i47evr2uY/s503/transitions.png 1- When the application is started, a splash-screen is displayed ...
1
vote
1answer
393 views

How do I use jQuery to slide transition to a new page?

I am trying to do the same thing as this site: http://touchtech.co.nz/#!/ If you click on their navigation menu, it slides to a new page (it's not just an image slider, it's actually taking you to a ...
0
votes
1answer
42 views

Error 1034: converting TLF text to MovieClip for fade in transition

I am trying to make text in my project fade in/out when a test button is pressed. I have gotten as far as writing the basics (I think so at least), however every time I try I click the test button, I ...

1 2 3 4 5 7