Transitionend will not fire with transition duration zero

The CSS transition event ‘transitionend’ will not be fired if the ‘transition-duration’ applied to an element is zero. This might be very logical in the sense that “how can a transition end if it never begins?”. Still this can pose a problem. example: Let’s say you have a list of 40 horizontally aligned images. We […]

Using iframes with mobile safari

If you wish to use iframes on a website or application that should be accessible by users on mobile safari you should be aware that you cannot constrain the width and height of the iframe on your side. If the content that is loaded within the iframe is higher or wider than what you intended, […]