[css-d] Fwd: CSS3 Animation Top Position Percent problem

2013-08-28 Thread Kuzeko Web Design - Matteo Lissandrini
Hi all, I am trying a simple animation: long text inside a box scrolling up. Since I have multiple boxes they have different length, so I am trying to use keyframe animation with top positioning with percent value. Please find an example here: http://jsfiddle.net/sKEnv/1/ As you can see the fir

Re: [css-d] JavaScript fallback for CSS grid layout module?

2013-08-28 Thread Jukka K. Korpela
2013-08-28 21:10, Chris Rockwell wrote: has anyone come across a JavaScript fallback (Poly?) that will suffice until browser adoption is better? The only polyfill for the Grid Layout Module mentioned at https://github.com/Modernizr/Modernizr/wiki/HTML5-Cross-Browser-Polyfills is https://github

[css-d] JavaScript fallback for CSS grid layout module?

2013-08-28 Thread Chris Rockwell
Good morning || afternoon || evening! So, the CSS grid layout module (http://dev.w3.org/csswg/css-grid/) is very powerful, and I can think of all kinds of use cases for it. A project I'm currently working on could definitely benefit from it; however, support is...crappy right now. My questio

[css-d] Custom fonts on mobile

2013-08-28 Thread Tom Livingston
Hello list, I'm working on a new project that involves custom fonts. The total weight is coming in around 380k for the fonts. My question is, would you consider this too heavy to deliver to mobile users or would this be ok. In other words should I use an MQ to load these at larger screen sizes, sa

Re: [css-d] CSS3 Animation Top Position Percent problem

2013-08-28 Thread Karl DeSaulniers
Hey Kuzeko, For the css part, you could try putting your text into a UL.. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Earum dolor doloremque consectetur nam fugit nostrum facilis delectus corrupti adipisci sit perferendis suscipit deleniti beatae nobis officia impedit eius solu

Re: [css-d] CSS3 Animation Top Position Percent problem

2013-08-28 Thread Barney Carroll
Hi Matteo, Transitioning and animating abstract measurements (as opposed to specified pixel values) has been a gripe for some time. A classic bugbear is the time-honoured collapse / expand downward, which relies on transitioning from a height of 0 to 100%. Lea Verou found this neat trick of using

Re: [css-d] CSS3 Animation Top Position Percent problem

2013-08-28 Thread Kuzeko Web Design - Matteo Lissandrini
Unfortunately It's either CSS or CSS for me, so will do some fixed height trick. -- Kuzeko On 28 August 2013 04:58, Karl DeSaulniers wrote: > You don't. You use JavaScript or even better. jQuery. IMO. > > jQuery would handle what your wanting very nicely. I for one avoid >