Andreas Larsen
Andreas Larsen
Strange - no idea why it happens to me. This is when scrolling above scroll top. 
@rhukster happens to the alert messages when creating an admin user too
I get why you want to vertically center the form but seems like a very "form over function" choice. Side note: `#admin-login.wide form>.padding>div` needs a bigger negative margin (like e.g....
@meyerweb My attempt was mostly a proof of concept and as such nowhere near flexible enough so thank you very much for picking up my idea and making it way...
> so an easing function on the first color stop would be ignored (though not invalid) Just out of curiosity then why no make it invalid on the first color...
Having slept on it I'm leaning towards @AmeliaBR approach. To sum up: ### Pros * Consistent with current `` syntax * Has the logical limitation that easing can only be...
@meyerweb the color hints only shifts the halfway point and effectively creates two linear gradients in the process — at least that's what I'm gathering from the description and examples...
If the goal is modifiable interpolations then instead of `length-percentage` together with `interpolation function` I'd vote for ability to use cubic-bezier and not just `ease`, `ease-in`, `linear` etc. — or...
@tabatkins I will try to do a proper stress test of the hint approach to see what it can render but I'm not too confident in what it will yield...
I've quickly updated the playground to support the syntax proposed by @AmeliaBR e.g. ``` linear-gradient(black, cubic-bezier(0.48, 0.30, 0.64, 1.00), transparent) ``` NB - the plugin has some limits for now:...