Skip to content Skip to sidebar Skip to footer
Showing posts with the label Webkit

Linear Gradient + Background-size Is Not Working In Firefox

Im using a linear gradient with a background-size of 400%. this allows me to animate between gradie… Read more Linear Gradient + Background-size Is Not Working In Firefox

Remove All Styling And Functionality From Besides Keyboard

I've been having a lot of issues figuring out how to get rid of all browser functionality assoc… Read more Remove All Styling And Functionality From Besides Keyboard

Jquery Remove Class After Css Animation Played?

I have the css code: body.start{-webkit-animation:srcb ease-in .4s 1;} and just play once when ent… Read more Jquery Remove Class After Css Animation Played?

Firefox Equivalent Of Moz-media-controls

I working on a project that involves a video player. I'm using the native tag on HTML. I want … Read more Firefox Equivalent Of Moz-media-controls

How To Create Dotted Border With Round Dots In Webkit Browsers?

In WebKit driven browsers, e.g. Safari, Chrome, borders with their style declared as dotted are ren… Read more How To Create Dotted Border With Round Dots In Webkit Browsers?

Touchmove Event On Mobile Safari - Causes The Whole Page To Be Dragged

when applying touch events as per apple documentation element.addEventListener('touchstart'… Read more Touchmove Event On Mobile Safari - Causes The Whole Page To Be Dragged

Svg Elements Not Displaying In Safari

I have some inline svg in an html5 doc, like so: Solution 1: Turns out Safari 6.0 doesn't … Read more Svg Elements Not Displaying In Safari

How Can I Set A Max-values To A Css Mask?

i am using this code to implemente a svg mask in top of a video layer. It works great, but how can … Read more How Can I Set A Max-values To A Css Mask?