GithubHelp home page GithubHelp logo

#requireJS# requireJs Modules GIT PAGE

디렉토리 구조

├── js
   ├── common
   │     ├── base.js
   │     └── plugin.js
   ├── controller
   │     ├── controll_common.js
   │     └── controll_main.js
   ├── lib
   │     └── 외부 라이브러리 ...
   ├── modules
   │     ├── module_canvas.js
   │     ├── module_carousel.js
   │     ├── module_colorMixer.js
   │     ├── module_colorPicker.js
   │     ├── module_coverFlowCounter.js
   │     ├── module_diff.js
   │     ├── module_freeLayer.js
   │     ├── module_pagiNation.js
   │     ├── module_slider.js
   │     ├──    ...
   │
   ├── require_index.js
   └── require.js

module list

slider ColorPicker

배열로 받은 컬러값의 사이 컬러값 계산

var arrColor = ['#f7a2c9', '#fa9f9a'];
var colorPicker = new ColorPicker('.colorMixerSect', arrColor, 5).init().addSlider();

Swiper

var swipes = new Swipe($('.swiper-container')).init();
var carousel = new Carousel($('.carousel')).init();
var illusion = new Illusion('#circle');

PagiNation

var pagiNation = PagiNation('.paging', {
    totalList:1000,     // 총 리스트 수
    pagePerView:30,     // 페이지당 리스트 수
    pagePerBlock:10,    // 블럭수 
    onPageChangeStart:function(pagiNation){
        //페이지 이동 callbackFunc
        console.log('currentPage : ' + pagiNation.getCurrentPage());
        pagiNation.setPaging();
    }
}).init();

pinterest style layout

var freeLayer = new FreeLayer();
freeLayer.setLayerOptions({
    lineNum : 4,                // 페이지 내에 라인수
    listMargin: 10
    container : '.container',
    list : '.list',
    listWidth : 280,
}).init('.free-layer-box').setLayerPos();

leejunho84's Projects

nest-next icon nest-next

Render Module to add Nextjs support for Nestjs

react-redux icon react-redux

react의 구현체 redux를 이용한 쿠폰생성기 예제

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.