Sync CSS Animations and Maps with Leaflet


Summary of my bookmarked Github repositories from Nov 6th, 2019

Github repositories

  • bealearts/css-animation-sync

    css-animation-sync is a library that helps synchronize and control CSS animations. It addresses the problem of animations being out of sync when DOM elements styled with the same CSS animation are added at different times. The library provides a solution by allowing you to synchronize the animations using the `sync` function. You can install it via npm and use it by creating a new animation instance. The library also offers methods to pause, stop, and start/resume the animation. Note that the Web Animations API may offer a better solution now.

  • Leaflet/Leaflet

    Leaflet is an open-source JavaScript library known for its mobile-friendly interactive maps. It offers simplicity, performance, and usability, catering to the mapping needs of most developers. With a small file size and compatibility across major platforms, Leaflet is designed to leverage modern browser features while remaining accessible on older systems. The library can be extended through numerous plugins and boasts a well-documented API and readable source code. Leaflet is actively seeking new contributors to help create the ultimate mapping library and explore the boundaries of online mapping possibilities.