Tag: buttons

  • CSS: Using Transform: Translate() for Animations and Position

    CSS: Using Transform: Translate() for Animations and Position

    The CSS Translate Transformation function comes in three flavors: translate(), translateX() and translateY(). It can be used to move elements around on your screen, either statically for positioning or coupled with a transition to create attention-grabbing effects. I’ve seen translate used a lot on images and sections to showcase a pull up or pull out […]