-
Animations are not smooth on Mac OSX (Mostly because Mac rarely ships with a dedicated graphics card), I have a slider that is really smooth on my computer but far from 60FPS on Mac OSX and more 10FPS…
TomS- updated
5 years ago
-
I have validated CSS and found an error:
Line 4
.flickity-enabled.is-draggable | Property tap-highlight-color doesn't exist : …
-
First and foremost, thanks for your work on this, very much appreciated!
I'm pretty new to react, have used flickity a bunch before, but with this react component I'm not getting proper height on m…
-
hi
my webpack.config is:
` module: {
rules: [
{
test: require.resolve('flickity'),
use: 'imports-loader?define=>false&this=>window',
…
sably updated
5 years ago
-
With v2.1.1, dragging no longer works on earlier Firefox versions (in my case FF v56.02 / Win7).
If I revert back to v2.0.11, dragging works again.
You can test on any demo at https://flickity.metaf…
ghost updated
5 years ago
-
Trailing out using the library in an upcoming project, we won't be making use of jQuery at all and would be great if we could use (or build) a slimmer build without jQuery. Any chance of this being an…
-
I am facing issue while upgrade the webpack to 4.4
webpack.config.js
var path = require('path');
var webpack = require('webpack');
var HtmlWebpackPlugin = require('html-webpack-plugin');
var …
-
Hi @desandro and Flickity community,
I encountered a curious behavior on Chrome browser (_Version 74.0.3729.169_).
I attempted to replace buttons on official _[Flickity - select method](https:/…
-
How can i instance multiple vue flickity in the same page? Try with unique ref but didn't work
-
Hi!
I am using the component inside of a modal, everything is working, arrows and dots are here but all the images are stacked on top of each other. If I resize the window it fixes itself. Followin…