Yahoo Web Search

Search results

  1. Smooth Scrolling. Add scroll-behavior: smooth to the <html> element to enable smooth scrolling for the whole page (note: it is also possible to add it to a specific element/scroll container):

    • Simple Click Page Transition. Based on a few HTML, CSS, and JavaScript frameworks, this example shows you how you can create a stunning event-driven page transition.
    • Tiles Page CSS Transition. A tiled CSS page transitions effect that can be used to switch between different content. Click the button in the middle and watch the effect take place, the transition is super smooth and very engaging.
    • Scaling CSS Transition. This demo has multiple cool effects going on at once, and they all come together to create a stunning CSS transition when clicked.
    • Curtain Pure CSS Page Transition. A curtain sliding-based pure CSS transition effect that lets you switch between content, the demo is quite basic and has not much styling to it, but you can easily edit the CSS to change it up.
  2. Oct 29, 2023 · In this post, we’ll explore how to create a smooth and interactive page scroll animation using CSS. We’ll cover key techniques including scroll-based transitions, easing functions, and...

    • Overview
    • Syntax
    • Examples
    • Browser compatibility
    • See also

    The font-smooth CSS property controls the application of anti-aliasing when fonts are rendered.

    Note: WebKit implements a similar property, but with different values: -webkit-font-smoothing. It only works on macOS.

    Note: Firefox implements a similar property, but with different values: -moz-osx-font-smoothing. It only works on macOS.

    Basic usage example

    The following example shows the Safari/Chromium and Firefox equivalents that turn on font-smoothing on macOS. In both cases the smoothed font should look slightly lighter in weight. For those of you not on a macOS system, here is a screenshot (the live version appears later on):

    BCD tables only load in the browser with JavaScript enabled. Enable JavaScript to view data.

    •Please Stop "Fixing" Font Smoothing – UsabilityPost

    •Laissez-faire font smoothing and anti-aliasing

  3. Apr 4, 2023 · In this tutorial, we’ll learn how to implement smooth scrolling in our web pages. We’ll start with a pure CSS solution and then move on to a common jQuery approach. Next, I’ll explain two pure JavaScript solutions. Finally, we’ll discuss how to prevent smooth scrolling in certain scenarios.

  4. Apr 23, 2018 · Some of the most inspiring examples I’ve seen of front-end development have involved some sort of page transitions that look slick like they do in mobile apps. However, even though the imagination for these types of interactions seem to abound, their presence on actual sites that I visit do not.

  5. These effects can be customized to match your website's branding and style, enabling you to create a cohesive and visually striking design. Scroll effects are a powerful tool in web design, and with our collection of CSS scroll effect examples, you have a wide range of options to choose from.

  1. People also search for