๐ŸŽ  โ™ป๏ธ Everyday 30 million people experience. It's reliable, flexible and extendable carousel.

Overview

Flicking Logo
@egjs/flicking

version npm bundle size (scoped) Travis (.org) Coveralls github GitHub commit activity npm downloads per month GitHub contributors GitHub Angular React Vue Vue DeepScan grade

Demo / Documentation / Other components

Everyday 30 million people experience. It's reliable, flexible and extendable carousel.
๐Ÿ“ฑ ๐Ÿ’ป ๐Ÿ–ฅ

Translations: ๐Ÿ‡บ๐Ÿ‡ธ ๐Ÿ‡ฐ๐Ÿ‡ท

Supported Frameworks
AngularJS   React   Vue.js   Preact


iPhone demo Music app demo Full page demo
Parallax demo
Cabinet demo
๐Ÿ–ฑ๏ธ Click each images to see its source or check our full demos.

  • Easy-to-use and performant infinite carousel(slider).
  • Every options are compatible with each others.
    • Except for mutual exclusive options (like circular and bound).
  • Provides various scroll movement types that you can choose.
  • Ready-to-use plugins you can grab right away.
  • Supports all major frameworks(Angular, React, Vue).

โš™๏ธ Installation

npm

$ npm install --save @egjs/flicking

CDN

๐Ÿƒ Quick Start

Typescript

import Flicking from "@egjs/flicking";

const flicking = new Flicking("#el", { circular: true });

Browser

<script src="https://cdnjs.cloudflare.com/ajax/libs/egjs-flicking/3.x.x/flicking.js"></script>
var flicking = new eg.Flicking("#el", { circular: true });

DOM Structure

โš ๏ธ NOTICE: Flicking requires minimal structure to initialize properly.

As Flicking applies position: absolute for panels, either wrapper or panel should have fixed height value.

โœ…

<div id="wrapper" style="height: 120px">
  <div class="panel"></div>
  <div class="panel"></div>
  <div class="panel"></div>
</div>
<div id="wrapper">
  <!-- Least one of them should have fixed height -->
  <div class="panel" style="height: 120px;"></div>
  <div class="panel"></div>
  <div class="panel"></div>
</div>

โŒ

<div id="wrapper"> <!-- Wrapper height is dependent on panel height -->
  <div class="panel" style="height: 100%;"></div>
  <div class="panel" style="height: 100%;"></div>
  <div class="panel" style="height: 100%;"></div>
</div>

Collect statistics

Flicking applies Google Analytics (GA) to collect which features are useful to users. For example, the use of the freeScroll option, or the value of the gap option, and so on. Statistics also DO NOT contain any information that can identify an individual. Statistics on the usage will serve as basis for making better products. To disable GA, set the collectStatistics option to false as follows:

var flicking = new eg.Flicking("#el", { collectStatistics: false });

๐Ÿ“ฆ Packages

Package Version Description
@egjs/flicking-plugins version Readymade effects for your carousel
@egjs/ngx-flicking version Angular Angular port of @egjs/flicking
@egjs/react-flicking version React React port of @egjs/flicking
@egjs/vue-flicking version Vue.js Vue.js port of @egjs/flicking
@egjs/preact-flicking version Preact Preact port of @egjs/flicking

๐ŸŒ Supported Browsers

IE Chrome Firefox Safari iOS Android
10+ Latest Latest Latest 7+ 4+

๐Ÿ“ผ Demos

Check our Demos.

๐Ÿ“– Documentation

See Documentation page.

๐Ÿ™Œ Contributing

See CONTRIBUTING.md.

๐Ÿ“ Feedback

Please file an Issue.

๐Ÿ›ฃ๏ธ Roadmap

See our Roadmap.

๐Ÿ“œ License

@egjs/flicking is released under the MIT license.

Copyright (c) 2015-present NAVER Corp.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

      

Comments
  • An in-range update of webpack is breaking the build ๐Ÿšจ

    An in-range update of webpack is breaking the build ๐Ÿšจ

    Version 4.17.3 of webpack was just published.

    Branch Build failing ๐Ÿšจ
    Dependency webpack
    Current Version 4.17.2
    Type devDependency

    This version is covered by your current version range and after updating it in your project the build failed.

    webpack is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

    Status Details
    • โŒ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

    Release Notes v4.17.3

    Bugfixes

    • Fix exit code when multiple CLIs are installed
    • No longer recommend installing webpack-command, but still support it when installed
    Commits

    The new version differs by 7 commits.

    • ee27d36 4.17.3
    • 4430524 Merge pull request #7966 from webpack/refactor-remove-webpack-command-from-clis
    • b717aad Show only webpack-cli in the list
    • c5eab67 Merge pull request #8001 from webpack/bugfix/exit-code
    • 943aa6b Fix exit code when multiple CLIs are installed
    • 691cc94 Spelling
    • 898462d refactor: remove webpack-command from CLIs

    See the full diff

    FAQ and help

    There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


    Your Greenkeeper Bot :palm_tree:

    :bookmark:2.x 
    opened by greenkeeper[bot] 28
  • Update rollup to the latest version ๐Ÿš€

    Update rollup to the latest version ๐Ÿš€

    The devDependency rollup was updated from 0.66.6 to 0.67.0.

    This version is not covered by your current version range.

    If you donโ€™t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


    Find out more about this release.

    FAQ and help

    There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


    Your Greenkeeper bot :palm_tree:

    opened by greenkeeper[bot] 24
  • Flicking components with horizontal drag block vertical drag

    Flicking components with horizontal drag block vertical drag

    Description

    Flicking components with horizontal drag block vertical drag on mobile. I believe this happened after 4.6.3 or 4.7.0

    Steps to check or reproduce

    Go to the demo on the flicking website on mobile (or on a mobile viewport on the devtools) and try to drag vertically by starting your drag on the flicking component. It won't cause a vertical scroll.

    :bug:Bug :bookmark:4.x 
    opened by gbyesiltas 13
  • Can I use Flicking with only three panels recycled?

    Can I use Flicking with only three panels recycled?

    Description

    jindo๋ฒ„์ „๋•Œ 3๊ฐœ์˜ ํŒ์œผ๋กœ ์ˆœํ™˜๊ตฌ์กฐ๊ฐ€ ์žˆ์—ˆ๋Š”๋ฐ์š” ์ด๋ฒˆ egjs์—์„œ๋Š” 3ํŒ ์ˆœํ™˜์„ ์‹œ๋„ํ•ด๋ด๋„ ๊ฐ€์ƒ์˜ ๋”๋ฏธ๊ฐ€ ์ƒ๊ธฐ๋Š” ๊ฒƒ ๊ฐ™์•„์„œ์š” 3ํŒ ๊ตฌ์กฐ์—์„œ ajax๋กœ ๊ฐ ํŒ(3๊ฐœ ์ด์ƒ์˜ ํŒ๋‚ด์šฉ)์„ 3ํŒ์—์„œ ์ˆœํ™˜ํ•ด์„œ ๋ณด์—ฌ์ฃผ๊ณ  ์‹ถ์€๋ฐ egjs์—์„œ๋Š” ์–ด๋–ป๊ฒŒ ํ™œ์šฉํ•ด์•ผ ํ• ๊นŒ์š”?

    Steps to check or reproduce

    :question:Question :bookmark:3.x stale 
    opened by changdongchun 13
  • ์—ฌ๋Ÿฌ Flicking์ค‘ ํ”Œ๋ฆฌํ‚น์˜์—ญ์€ ์—†๋Š”๋ฐ windows.resize์ด๋ฒคํŠธ์—๋Š” resize ์ด๋ฒคํŠธ๊ฐ€ ๋‚จ์•„ ์žˆ์–ด   flicking.resize ์ด๋ฒคํŠธ ๊ฐ€๋ฐœ์ƒํ• ๋•Œ

    ์—ฌ๋Ÿฌ Flicking์ค‘ ํ”Œ๋ฆฌํ‚น์˜์—ญ์€ ์—†๋Š”๋ฐ windows.resize์ด๋ฒคํŠธ์—๋Š” resize ์ด๋ฒคํŠธ๊ฐ€ ๋‚จ์•„ ์žˆ์–ด flicking.resize ์ด๋ฒคํŠธ ๊ฐ€๋ฐœ์ƒํ• ๋•Œ

    Description

    egHelperV3_wel.js?v=20200921c:151 Uncaught TypeError: djFlick.resize is not a function at egHelperV3_wel.js?v=20200921c:151 at dispatch (jquery-3.5.1.min.js?v=20200910:2) at v.handle (jquery-3.5.1.min.js?v=20200910:2) at Object.trigger (jquery-3.5.1.min.js?v=20200910:2) at Object.a.event.trigger (jquery-migrate-1.4.1.min.js?v=20200910:2) at jquery-3.5.1.min.js?v=20200910:2 at Function.each (jquery-3.5.1.min.js?v=20200910:2) at a.fn.init.each (jquery-3.5.1.min.js?v=20200910:2) at a.fn.init.trigger (jquery-3.5.1.min.js?v=20200910:2) at loadingHide (common.js?v=20200920:400)

    ์—๋Ÿฌํ˜„์ƒ์„ ๋ณด๋‹ˆ 3ํŒ ๊ตฌ์กฐ ํ”Œ๋ฆฌํ‚น๋‚ด ์—ฌ๋Ÿฌ ํ”„๋ฆฌํ‚น ์š”์†Œ๋“ค์ด ์ƒ์„ฑ๋˜๊ณ  ์ง€์›Œ์ง€๋ฉด์„œ eventlistener์—๋Š” ๋‚จ์•„ ์žˆ์–ด์„œ ๊ทธ๋Ÿฐ์ง€ ์—†์–ด์ง„ ํŒ ์—์„œ resize์ด๋ฒคํŠธ๋ฅผ ๋ฐœ์ƒ์‹œ์ผœ ์—๋Ÿฌ๊ฐ€ ๋‚˜๊ณ  ์žˆ์–ด์„œ์š”

    ์ฒจ๋ถ€ํ•œ ํŒŒ์ผ ์ฒ˜๋Ÿผ $(window).bind('orientationchange resize', function(event){

    if ( $(settings.contain).length > 0)
    {
    	console.log("START resize EVE");
    	console.log("djFlick " + djFlick );
    	djFlick.resize();
    	fireResizeEvent();
    	console.log("END resize EVE");
    }
    

    });

    ์ด๋ ‡๊ฒŒ ํ•ด์„œ ํ•ด๋‹น ์˜์—ญ์ด ์žˆ์œผ๋ฉด resize๋ฅผ ํ•˜๋ผ๊ณ  ํ–ˆ๋Š”๋ฐ๋„ djFlick.resize(); ์ด ๋ถ€๋ถ„์ด ์‹คํ–‰์ด ๋˜๋Š” ๊ฒƒ ๊ฐ™์Šต๋‹ˆ๋‹ค.

    3ํŒ ๊ตฌ์กฐ ํ”Œ๋ฆฌํ‚น ์ชฝ์„ ๋งŒ์งˆ ์ˆ˜๊ฐ€ ์—†์–ด ์šฐ์„  ์ด๋ถ€๋ถ„ ์—๋Ÿฌ๋‚˜๊ธฐ์ „์— destory๋ผ๋„ ์‹œ์ผœ๋ณด๊ณ  ์‹ถ์€๋ฐ

    ํ˜น์‹œ ๋ฐฉ๋ฒ•์ด ์—†์„๊นŒ์š”?

    egHelperV3_wel.txt

    Steps to check or reproduce

    :question:Question :bookmark:3.x 
    opened by changdongchun 12
  • Vue3 recursion limit exceeded

    Vue3 recursion limit exceeded

    Description

    I'm using the flicking component to render a list from the demo examples but I keep getting a Maximum recursive updates exceeded. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function. warning.

    This breaks the built version of my application and causes the browser tab to freeze.

    Steps to check or reproduce

    <Flicking :options="{ circular: true }">
      <div v-for="idx in list" class="flicking-panel w-80" :key="idx">{{ idx }}</div>
    </Flicking>
    
    import Flicking from "@egjs/vue3-flicking";
    import "@egjs/vue3-flicking/dist/flicking.css";
    
    components: {
         Flicking
    },
    data() {
      return {
        list: [0, 1, 2, 3, 4],
      }
    }
    

    Not sure if it's an issue with my implementation or something else.

    :bookmark:4.x :package:Vue3 
    opened by megasanjay 11
  • Update webpackbar to the latest version ๐Ÿš€

    Update webpackbar to the latest version ๐Ÿš€

    The devDependency webpackbar was updated from 2.6.3 to 3.0.0.

    This version is not covered by your current version range.

    If you donโ€™t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


    Find out more about this release.

    FAQ and help

    There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


    Your Greenkeeper bot :palm_tree:

    opened by greenkeeper[bot] 11
  • The slide not working well

    The slide not working well

    https://guides.github.com/features/mastering-markdown/

    https://user-images.githubusercontent.com/7864218/126079809-517198c1-4dbd-4ea1-ae7e-e82dae428856.mp4

    :bug:Bug :bookmark:4.x 
    opened by BeratS 10
  • Fix on 3.9.1 made the whole page freeze (relative issue: #616)

    Fix on 3.9.1 made the whole page freeze (relative issue: #616)

    "@egjs/vue-flicking": "3.8.1"

    Description

    Hello team. Thanks a lot for the fix! However, this fix introduced a much bigger bug. When the scenario of the #616 happen, then the whole page freezes due to some endless loop happening next. After debugging it, we noticed that panel0OnFirstScreen equals to NaN due to 0/0 division because all the variables on the right hand side equal to 0. This makes the cloneCount to equal to NaN, creating a domino effect afterwards with endless loops. image

    A suggested fix that seemed to resolve the domino effect is to add a fallback on cloneCount, but we are not sure if this is the correct one. image

    We were forced to downgrade to "@egjs/vue-flicking": "3.8.0" with egjs-flicking: 3.9.0, because the error that was thrown in the previous version saves as from the whole page to freeze.

    :bug:Bug :bookmark:3.x :package:Vue2 stale 
    opened by kazvaggos 9
  • Cannot read property 'currentStyle' of null

    Cannot read property 'currentStyle' of null

    Description

    Locally I have seen this error a few times, and now I'm seeing it occasionally in production error reporting.

    I have looked at this almost identical error: https://github.com/naver/egjs-flicking/issues/485 but there are no duplicate reacts or anything like that in package-lock.

    Steps to check or reproduce

    This is the code that is erroring. el is null or undefined at times.

     var getStyle = function(el) {
       return window.getComputedStyle(el) || el.currentStyle;
     };
    

    I believe generating a key based on children prevents this error from causing any user problems, but I'm not 100% sure on that. It's a rare error and I haven't figured out a way to reproduce it.

    :bug:Bug stale :bookmark:4.x 
    opened by matthewlein 9
  • ์ œ๊ฐ€ progress์Šฌ๋ผ์ด๋”๋ฅผ ์‚ฌ์šฉํ•˜๋Š”์ค‘์ž…๋‹ˆ๋‹ค.

    ์ œ๊ฐ€ progress์Šฌ๋ผ์ด๋”๋ฅผ ์‚ฌ์šฉํ•˜๋Š”์ค‘์ž…๋‹ˆ๋‹ค.

    แ„‰แ…ณแ„แ…ณแ„…แ…ตแ†ซแ„‰แ…ฃแ†บ 2021-03-20 แ„‹แ…ฉแ„’แ…ฎ 5 35 22

    Description

    ํ˜„์žฌ ์ œ๊ฐ€ ๋ฆฌ์•กํŠธ์—์„œ ์‚ฌ์šฉํ•˜๊ณ ์žˆ๋Š” progress์ž…๋‹ˆ๋‹ค. ๊ทธ๋Ÿฐ๋ฐ ์ด๋ ‡๊ฒŒ๋˜๋ฉด ์ฒซ๋ฒˆ์งธ(0์ธ๋ฑ์Šค) ์Šฌ๋ผ์ด๋“œ์—์„œ proress ๊ฐ€0 ์ธ์ƒํƒœ๋กœ ์‹œ์ž‘ํ•ด 2๋ฒˆ์งธ๋กœ ๋„˜์–ด๊ฐ€๋ฉด progress๊ฐ€ ์˜ฌ๋ผ๊ฐ€๋Š”๋ฐ, ์ œ๊ฐ€ 0๋ฒˆ์งธ ์ธ๋ฑ์Šค์—์„œ๋ถ€ํ„ฐ ๊ทธ๋Ÿฌ๋‹ˆ๊นŒ ์‹œ์ž‘๋ถ€ํ„ฐ ๊ทธ 0๋ฒˆ์—์„œ 1๋ฒˆ์ธ๋ฑ์Šค๋กœ ๋„˜์–ด๊ฐ€๋Š” progress๋งŒํผ ์ฑ„์šฐ๊ณ  ์‹œ์ž‘์„ํ•˜๊ณ ์‹ถ์€๋ฐ ์–ด๋–ค ๋ฐฉ๋ฒ•์„ ์‚ฌ์šฉํ•ด์•ผ๋ ์ง€ ๋ชจ๋ฅด๊ฒ ์–ด์„œ ์ด๋ ‡๊ฒŒ ์งˆ๋ฌธ์„ ๋‚จ๊น๋‹ˆ๋‹ค..! ์•„๋ž˜ ์Šคํฌ๋ฆฐ์ƒท์ด ์ œ๊ฐ€ ์›ํ•˜๋Š” ํ˜•ํƒœ์ด๊ณ  แ„‰แ…ณแ„แ…ณแ„…แ…ตแ†ซแ„‰แ…ฃแ†บ 2021-03-20 แ„‹แ…ฉแ„’แ…ฎ 5 38 14

    ์•„๋ž˜ ์‚ฌ์ง„์ด ํ˜„์žฌ ์ €์˜ ์Šฌ๋ผ์ด๋“œ ํ˜•ํƒœ์ž…๋‹ˆ๋‹ค. แ„‰แ…ณแ„แ…ณแ„…แ…ตแ†ซแ„‰แ…ฃแ†บ 2021-03-20 แ„‹แ…ฉแ„’แ…ฎ 5 39 08

    Steps to check or reproduce

    :question:Question :bookmark:3.x 
    opened by KIMYOUNGGWANG 9
  • fix: prevent invalid coordinate value in AxesController

    fix: prevent invalid coordinate value in AxesController

    Details

    When using a specific combination of options such as below, the internal position exceeds the range of coordinates.

    {
      circular: true,
      align: "prev",
      duration: 0,
      moveType: "strict"
    }
    

    Here is the reproduction demo of this issue. When you click the panel, the internal coordinates and range change as shown below at the last point,

    image

    And when you interact with Flicking once more, it shows an abnormal movement to return this value to 0 in the range.

    This was because the animateTo in AxesController updates the range and position one more time separately from the strict control update range and position when duration is 0.

    According to what I have checked, only the strict type has the behavior of changing the pos and range of the Axes instance when the panel is changed.

      public setActive = (newActivePanel: Panel, prevActivePanel: Panel | null, isTrusted: boolean) => {
        super.setActive(newActivePanel, prevActivePanel, isTrusted);
        this.updateInput();
      };
    

    So, I removed unnecessary behavior of animateTo in strict move type.

    opened by malangfox 1
  • Vue 3 + vite warnings

    Vue 3 + vite warnings

    I use Quasar and in Webpack all worked fine, but with Vite the carousel won't start. it gives me these warnings in the console:

    Flicking.ts:160 
    [Vue warn]: Property "vanillaFlicking" was accessed during render but is not defined on instance. 
      at <Flicking plugins= [Arrow2] ref="carousel" options= {align: 'prev', circular: false, bound: true, useResizeObserver: true, resizeDebounce: 100,ย โ€ฆ}  ... >  
    
    Flicking.ts:186 
    [Vue warn]: Property "getPanels" was accessed during render but is not defined on instance. 
      at <Flicking plugins= [Arrow2] ref="carousel" options= {align: 'prev', circular: false, bound: true, useResizeObserver: true, resizeDebounce: 100,ย โ€ฆ}align: "prev"bound: truecircular: falserenderOnlyVisible: trueresizeDebounce: 100useResizeObserver: true[[Prototype]]: Object  ... > 
    
    

    If I console log the carousel ref:

    {
        "viewportTag": "div",
        "cameraTag": "div",
        "cameraClass": "",
        "hideBeforeInit": false,
        "options": {
            "align": "prev",
            "circular": false,
            "bound": true,
            "useResizeObserver": true,
            "resizeDebounce": 100,
            "renderOnlyVisible": true
        },
        "plugins": [
            {
                "_flicking": null,
                "_parentEl": null,
                "_prevElSelector": ".flicking-arrow-prev",
                "_nextElSelector": ".flicking-arrow-next",
                "_disabledClass": "flicking-arrow-disabled",
                "_moveCount": 1,
                "_moveByViewportSize": false
            }
        ]
    }
    

    Any pointer on how to get this working? Thanks

    :bookmark:4.x :package:Vue3 
    opened by preetamslot 2
  • Overlapping of Components

    Overlapping of Components

    Issue

    Details

    Description

    1 4

    I find overlapping components of Showcases Page.

    image

    image

    and checked z-index of .navbar--fixed-top and artwindow-overlay

    '--ifm-z-index-fixed' value is 9 and 'z-index of artwindow-overlay' is 12 on this page

    I checked this source code in local but It has different value

    '--ifm-z-index-fixed' is 200 and 'z-index of artwindow-overlay' is 2001.

    image

    I tried to modify the file in the path above, but it didn't work.

    I think that changed on a page that actually works.

    So I added the code below to the custom.css file and modified it.

    image

    before

    bandicam-2022-12-08-01-52-40-286

    after

    bandicam-2022-12-08-01-52-56-284

    Steps to check or reproduce

    opened by chayou20 0
  • Overlapping components of Showcases Page

    Overlapping components of Showcases Page

    Description

    1 4

    I find overlapping components of Showcases Page.

    image

    image

    and checked z-index of .navbar--fixed-top and artwindow-overlay

    '--ifm-z-index-fixed' value is 9 and 'z-index of artwindow-overlay' is 12 on this page

    I checked this source code in local but It has different value

    '--ifm-z-index-fixed' is 200 and 'z-index of artwindow-overlay' is 2001.

    image

    I tried to modify the file in the path above, but it didn't work.

    I think that changed on a page that actually works.

    So I added the code below to the custom.css file and modified it.

    image

    before

    bandicam-2022-12-08-01-52-40-286

    after

    bandicam-2022-12-08-01-52-56-284

    Steps to check or reproduce

    :memo: Docs :bookmark:4.x 
    opened by chayou20 1
  • Nuxt 2  inner events are not emitted on mobile

    Nuxt 2 inner events are not emitted on mobile

    Description

    Hello. I am experiencing the following issue: Let's say i have for example 5 cards inside my Flicking carousel. Each of them are emitting some custom events which i am listening to at the parent component where i have the Flicking carousel. These events are handled in the same component where Flicking is by their respective methods.

    When i click on any of these cards (inside the Flicking carousel), i want the carousel to scroll to the position of that card. To achieve that, i am listening to the @select event on the flicking instance and then using the .next() or .prev() methods.

    Everything is working fine on the desktop, however, on the mobile my 'inner' events are not working correctly. I click on the card - carousel is moving to it's location, but the inner event from that card is not emitted on the first click, it's only working with the 2'nd click when the viewport has already moved to the required position with the help of the .next() and .prev() methods.

    What am i doing wrong and is there a way to make them work simultaneously on the mobile?

    Thank you.

    Steps to check or reproduce

    image

    :bug:Bug :bookmark:4.x 
    opened by GabrielHangor 2
  • I got this Type Error with @egjs/ngx-flicking

    I got this Type Error with @egjs/ngx-flicking

    @egjs/component/declaration/types.d.ts

    (type parameter) T in type EventTriggerParams<T, K extends EventKey<T>>
    Type 'T' does not satisfy the constraint 'EventMap'.ts(2344)
    types.d.ts(10, 40): This type parameter might need an `extends EventMap` constraint.
    
    

    Angular Version: 15

    :question:Question :package:Angular :bookmark:4.x 
    opened by biondiBagasta 2
Releases(4.10.4)
Modern Vue Stack 2022. Joyful development experience ๐ŸŽ‰

Modern Vue Modern Vue stack 2022 with Micro front end & Monorepo ?? . Joyful development experience ?? . The main branch will keep clean for quickly c

han 263 Dec 18, 2022
Mobile app development framework and SDK using HTML5 and JavaScript. Create beautiful and performant cross-platform mobile apps. Based on Web Components, and provides bindings for Angular 1, 2, React and Vue.js.

Onsen UI - Cross-Platform Hybrid App and PWA Framework Onsen UI is an open source framework that makes it easy to create native-feeling Progressive We

null 8.7k Jan 4, 2023
:necktie: :briefcase: Build fast :rocket: and easy multiple beautiful resumes and create your best CV ever! Made with Vue and LESS.

best-resume-ever ?? ?? Build fast ?? and easy multiple beautiful resumes and create your best CV ever! Made with Vue and LESS. Cool Creative Green Pur

Sara Steiert 15.8k Jan 9, 2023
Matteo Bruni 4.7k Jan 4, 2023
Backs up your favourite and recently used gifs/emotes and restores them in case discord clears them after logouts or for other reasons

Persist Favourites This plugin solves the problem of Discord randomly deciding to clear your gifs or emotes by backing both up regularely and restorin

Vens Powercord Plugins 18 Oct 13, 2022
Based on vitawind, kowind brings ESLint plugin and some other plugins to it that help you to format your code quickly and efficiently.

?? KOWIND v3 ?? Vite helper based on vitawind ?? Easy To Install โšก๏ธ Automatically open Tailwind JIT Mode โš™ One-Command Setting ?? Automatically config

Kayo Oliveira 13 Nov 26, 2022
This repo contains a fully configured nuxt 3 instance supporting TypeScript and several considered as useful libraries, fully configured and ready to use in real world projects!

Nuxt 3 Starter This repo contains a fully configured nuxt 3 instance supporting TypeScript and several considered as useful libraries, fully configure

Ali Soueidan 26 Dec 27, 2022
Morse code is a method used in telecommunication to encode text characters as standardized sequences of two different signal durations, called dots and dashes, or dits and dahs.

@elonehoo/point-line Install # npm npm i @elonehoo/point-line # yarn yarn add @elonehoo/point-line #pnpm pnpm i @elonehoo/point-line Usage import {dec

Elone Hoo 5 Aug 3, 2022
NativeScript empowers you to access native api's from JavaScript directly. Angular, Vue, Svelte, React and you name it compatible.

NativeScript empowers you to access native APIs from JavaScript directly. The framework currently provides iOS and Android runtimes for rich mobile de

NativeScript 22k Jan 4, 2023
JavaScript data grid with a spreadsheet look & feel. Works for React, Angular, and Vue. Supported by the Handsontable team โšก

Handsontable is a JavaScript component that combines data grid features with spreadsheet-like UX. It provides data binding, data validation, filtering

Handsontable 17.4k Dec 31, 2022
๐ŸŒˆ An enterprise-class UI components based on Ant Design and Vue. ๐Ÿœ

Ant Design Vue An enterprise-class UI components based on Ant Design and Vue. English | ็ฎ€ไฝ“ไธญๆ–‡ Features An enterprise-class UI design system for desktop

vueComponent 17.6k Jan 9, 2023
BootstrapVue provides one of the most comprehensive implementations of Bootstrap v4 for Vue.js. With extensive and automated WAI-ARIA accessibility markup.

With more than 85 components, over 45 available plugins, several directives, and 1000+ icons, BootstrapVue provides one of the most comprehensive impl

BootstrapVue 14.2k Jan 4, 2023
Wiki.js | A modern and powerful wiki app built on Node.js

A modern, lightweight and powerful wiki app built on NodeJS Official Website Documentation Requirements Installation Demo Change Log Feature Requests

requarks.io 19.5k Jan 5, 2023
Free and Beautiful Vue.js Admin Template

Weโ€™re working on Vuestic UI component library, which lets you easily customize components to your own design. Get early access and receive support fro

Epicmax 9.1k Jan 4, 2023
xaboy 4.6k Jan 3, 2023
JavaScript Survey and Form Library

SurveyJS is a JavaScript Survey and Form Library. SurveyJS is a modern way to add surveys and forms to your website. It has versions for Angular, jQue

SurveyJS 3.5k Jan 5, 2023
:bento: Full-Stack solution to quickly build PWA applications with Vue.js and Firebase

Welcome to bento-starter ?? ?? bento-starter is an Open-Source Full-Stack solution that helps you to build fast and maintainable web applications usin

Franck Abgrall 1.5k Dec 24, 2022
The first truly composable CSS animation library. Built for Vue, React, SCSS, and CSS, AnimXYZ will bring your website to life.

AnimXYZ animxyz.com AnimXYZ helps you create, customize, and compose animations for your website. Powered by CSS variables to allow a nearly limitless

Ingram Projects 2.1k Jan 2, 2023