Re: [css-d] Transform

2016-08-05 Thread Tom Livingston
On Fri, Aug 5, 2016 at 11:47 AM, Chris Rockwell wrote: > Set top:0 in .colorbar-link. > Bingo! Makes sense. Thanks! -- Tom Livingston | Senior Front End Developer | Media Logic | ph: 518.456.3015x231 | fx: 518.456.4279 | medialogic.com #663399 ___

Re: [css-d] Transform

2016-08-05 Thread Chris Rockwell
Set top:0 in .colorbar-link. On Fri, Aug 5, 2016 at 11:43 AM Tom Livingston wrote: > List, > > I'm trying to add a hover to a block-styled link. I want to transition the > 'top' position of the element on hover with easing but I can't get it to > happen with the easing. Where am I going wrong? >

[css-d] Transform

2016-08-05 Thread Tom Livingston
List, I'm trying to add a hover to a block-styled link. I want to transition the 'top' position of the element on hover with easing but I can't get it to happen with the easing. Where am I going wrong? .colorbar-link{ position: relative; background-position: 96% 50%; background-repeat: no-repeat;

Re: [css-d] transform translate percentages and Android

2012-11-01 Thread Philippe Wittenbergh
Le 1 nov. 2012 à 19:24, Barney Carroll a écrit : > […] > No dice! sad face :-( No idea then… > > PS - with Safari 6.01 on Mountain Lion, the text rendering after performing >> the translate3d transform looks quite poop - smoothing gone bad ? I’ve >> never seen that before. G Chrome isn’t gr

Re: [css-d] transform translate percentages and Android

2012-11-01 Thread Barney Carroll
On 1 November 2012 01:08, Philippe Wittenbergh wrote: > > If I understand correctly (no Android based device to test over here), > Android default browser treats the inner width of .tabs as the total of > your 3 ‘columns’ for the purpose of the translate3d transform ? Yes, that's right. Upon DOM

Re: [css-d] transform translate percentages and Android

2012-10-31 Thread Philippe Wittenbergh
Le 31 oct. 2012 à 19:43, Barney Carroll a écrit : > [….] > To demonstrate, here's a `transform`-based > version of the same thing, which does the same thing as the previous > fiddle, and works on all browsers that support translate3d… > > http://jsfiddle.net/barney/EJ7ve > > If you examine th

Re: [css-d] transform-style set to preserve-3d

2011-06-30 Thread Alan Gresley
On 1/07/2011 1:25 AM, Mark Volkmann wrote: On Wed, Jun 29, 2011 at 10:12 PM, Alan Gresley wrote: Possibly here. http://css-3d.org/ Note that the branding does not have perspective, thus the occasional illusion where the cube distorts and spins in the reversed direction (right to left) befor

Re: [css-d] transform-style set to preserve-3d

2011-06-30 Thread Mark Volkmann
On Wed, Jun 29, 2011 at 10:12 PM, Alan Gresley wrote: > On 30/06/2011 8:24 AM, Mark Volkmann wrote: >> >> I'm pretty sure I understand what setting -webkit-transform-style to >> preserve-3d is supposed to do, but I see no difference between that >> and the value flat. >> Can someone point me to an

Re: [css-d] transform-style set to preserve-3d

2011-06-29 Thread Alan Gresley
On 30/06/2011 8:24 AM, Mark Volkmann wrote: I'm pretty sure I understand what setting -webkit-transform-style to preserve-3d is supposed to do, but I see no difference between that and the value flat. Can someone point me to an example that demonstrates a 3d effect during a flip (rotate) transfor

[css-d] transform-style set to preserve-3d

2011-06-29 Thread Mark Volkmann
I'm pretty sure I understand what setting -webkit-transform-style to preserve-3d is supposed to do, but I see no difference between that and the value flat. Can someone point me to an example that demonstrates a 3d effect during a flip (rotate) transform? -- R. Mark Volkmann Object Computing, Inc