awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesScroll-Based Property Interpolation

Updating UI properties like offset and scale based on linear interpolation of scroll progress.

Distinct from Linear Interpolation Rendering: Specifically targets property updates driven by scroll offsets rather than general gesture progression

Explore 2 awesome GitHub repositories matching user interface & experience · Scroll-Based Property Interpolation. Refine with filters or upvote what's useful.

Awesome Scroll-Based Property Interpolation GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • csstickyheaderflowlayout/csstickyheaderflowlayoutCSStickyHeaderFlowLayout का अवतार

    CSStickyHeaderFlowLayout/CSStickyHeaderFlowLayout

    5,039GitHub पर देखें↗

    CSStickyHeaderFlowLayout, iOS कलेक्शन व्यू के लिए एक कस्टम लेआउट सबक्लास है जिसे स्टिकी सेक्शन हेडर और पैरालैक्स इफेक्ट्स को लागू करने के लिए डिज़ाइन किया गया है। यह हेडर की स्थिति को मैनेज करता है ताकि यह सुनिश्चित हो सके कि जब उपयोगकर्ता किसी सूची को स्क्रॉल करता है तो वे व्यूपोर्ट के शीर्ष पर पिन रहें। लेआउट एक पुश-आधारित विस्थापन का उपयोग करता है ताकि अगला सेक्शन हेडर स्क्रीन के शीर्ष पर पहुंचने पर पिन किए गए हेडर को हटाया जा सके। यह हेडर इमेजरी को स्क्रॉल ऑफसेट से अलग दर पर ले जाने के लिए लीनियर इंटरपोलेशन को भी शामिल करता है, जिससे गहराई का एक विजुअल अहसास होता है। ये क्षमताएं डायनामिक कोऑर्डिनेट मैपिंग और रीयल-टाइम स्क्रॉल-ऑफसेट गणनाओं के माध्यम से प्राप्त की जाती हैं ताकि यह निर्धारित किया जा सके कि हेडर को कब पिन, फ्लोट या विस्थापित करना है।

    Uses linear interpolation to move header imagery at a slower rate than the scroll offset.

    Objective-C
    GitHub पर देखें↗5,039
  • flackr/scroll-timelineflackr का अवतार

    flackr/scroll-timeline

    1,157GitHub पर देखें↗

    Scroll-timeline is a JavaScript library and standards-based browser polyfill that implements scroll-driven animations and scroll timelines for environments lacking native platform support. It links web animations and CSS animations directly to the user's scroll position or element visibility instead of time, enabling fluid visual effects tied to page movement. The library supports scroll-driven page effects such as scaling image dimensions, panning background positions across large visual elements, and revealing transitions between visual states progressively as the user scrolls. It also trig

    Performs mathematical mapping of container scroll dimensions and bounding rectangles into a normalized timeline progress percentage.

    JavaScript
    GitHub पर देखें↗1,157
  1. Home
  2. User Interface & Experience
  3. Linear Interpolation Rendering
  4. Scroll-Based Property Interpolation