embla-carousel
Advanced tools
Comparing version 2.3.3 to 2.3.4
@@ -1924,4 +1924,3 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
if (state.value !== target) { | ||
state.value = target; // @ts-ignore | ||
state.value = target; | ||
getComputedStyle(node).transform; | ||
@@ -1928,0 +1927,0 @@ nodeStyle.transform = translateX(target); |
{ | ||
"name": "embla-carousel", | ||
"version": "2.3.3", | ||
"version": "2.3.4", | ||
"author": "David Cetinkaya", | ||
@@ -5,0 +5,0 @@ "private": false, |
@@ -8,21 +8,23 @@ <br /> | ||
<p align="center"> | ||
<a href="https://opensource.org/licenses/MIT" target="_blank"><img src="https://img.shields.io/badge/license-MIT-green.svg"></a> | ||
<a href="https://www.npmjs.com/package/embla-carousel" target="_blank"><img src="https://img.shields.io/npm/v/embla-carousel.svg"></a> | ||
<a href="https://travis-ci.org/davidcetinkaya/embla-carousel" target="_blank"><img src="https://img.shields.io/travis/davidcetinkaya/embla-carousel/master.svg"></a> | ||
<a href="https://prettier.io" target="_blank"><img src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat"></a> | ||
<a href="https://www.npmjs.com/package/embla-carousel" target="_blank"><img src="https://img.shields.io/bundlephobia/minzip/embla-carousel?color=%234c1&label=gzip%20size"> | ||
</a> | ||
</p> | ||
<strong> | ||
<h1 align="center">Embla Carousel</h1> | ||
<h2 align="center">Embla Carousel</h2> | ||
</strong> | ||
<p align="center"> | ||
An extensible low level carousel for the web, written in TypeScript. | ||
Extensible low level carousels for the web. Extend it with basic JavaScript and build awesome physics simulated carousels. Dependency free and 100% open source. | ||
</p> | ||
<p align="center"> | ||
<a href="https://opensource.org/licenses/MIT" target="_blank"><img src="https://img.shields.io/badge/license-MIT-blue.svg"></a> | ||
<a href="https://www.npmjs.com/package/embla-carousel" target="_blank"><img src="https://img.shields.io/npm/v/embla-carousel.svg"></a> | ||
<a href="https://travis-ci.org/davidcetinkaya/embla-carousel" target="_blank"><img src="https://img.shields.io/travis/davidcetinkaya/embla-carousel/master.svg"></a> | ||
<a href="https://prettier.io" target="_blank"><img src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat"></a> | ||
</p> | ||
<p align="center"> | ||
<strong> | ||
<h4 align="center"> | ||
<code> <a href="https://davidcetinkaya.github.io/embla-carousel">DEMO PAGE</a> </code> | ||
<code> <a href="https://davidcetinkaya.github.io/embla-carousel">DEMO</a> </code> | ||
</h4> | ||
@@ -37,9 +39,11 @@ </strong> | ||
<strong> | ||
« <code><a href="#options">OPTIONS</a></code> | ||
<code><a href="#options">OPTIONS</a></code> | ||
</strong> | ||
| ||
<strong> | ||
| | ||
<code><a href="https://codesandbox.io/s/oyols">CODE SANDBOX</a></code> | ||
</strong> | ||
| ||
<strong> | ||
<code><a href="#api">THE API</a></code> » | ||
<code><a href="#api">THE API</a></code> | ||
</strong> | ||
@@ -46,0 +50,0 @@ </p> |
76559
409