css-transitions
CSS3 transition/hover effect not working in Firefox; a Firefox bug?
I\'m trying to create a mouse-over effect that slides the top layer to the left and reveal the bottom layer using CSS3. The code works in Chrome but not in Firefox...did I do something stupid again? T[详细]
2023-03-12 06:07 分类:问答Web Kit Transitions Left functionality not working -- Solve a Fiddle
I\'m having enormous trouble with the position:relative element in webkit transition to move it to the left.It should work but does not. A class is added via jQuery that should then take effect.[详细]
2023-03-12 05:15 分类:问答Any perspectives on height auto for CSS3 transitions and animations?
CSS3 transitions, transforms and animations are wonderful. They are开发者_如何学编程 even more now more browsers do support them.[详细]
2023-03-10 06:15 分类:问答Is it possible to specify a custom timing functions for CSS transitions?
I use CSS transitions pretty frequently now but find it limiting to开发者_JS百科 only have access to ease-in, ease-out etc. The bezier-curve option appears to allow the most control but even this does[详细]
2023-03-09 13:49 分类:问答css3 height transition not working
i havea problem using css3 transitions how can i make the transition smooth it appears instantly i want the div box to slowly change its height when i hover over it[详细]
2023-03-07 10:50 分类:问答CSS3 Transition Effect
I have recently been studying up a ton on CSS3, and I\'ve made a design just for fun with a ton of unnecessary features and effects. Here it is:[详细]
2023-03-07 06:02 分类:问答Simulating the Apple.com Search stretch with CSS3 transitions
I am trying to recreate the apple.com stretchy search box on focus. I have got it working but mine stretches the background image where as their\'s seams to gracefully add to it without the magnifying[详细]
2023-03-05 03:31 分类:问答CSS Transitions Not Working?
What I\'m trying to do here is get a transition when this div is hovered over. Everything works fine, its just the transition that does nothing. I\'ve tried using the transition properties with trans[详细]
2023-03-04 17:23 分类:问答Different CSS transition-delays for hover and mouseout?
Is it possible to use CSS3 transitions with a different delay switching between \"states\"? For example, I\'m trying to make an element immediately higher upon hover then on \'mouseout\' to wait a sec[详细]
2023-03-04 13:29 分类:问答CSS transitions solving the direction problem
My first attempt at CSS transitions is with a sliding panel system similar to iOS. All working but the panels are sliding out to the left and in from the left. I\'m after an iOS style slider where as[详细]
2023-02-26 03:57 分类:问答