angular 的directive寫一個輪播

directive
fixed me : 不知道如何取對應(yīng)的元素恩静,所以都用了類似const dots = angular.element(element.children()[0]);的方法來取對應(yīng)節(jié)點贸毕,感覺可以有更好的方法可以取峭弟。

return {
        restrict: 'EA',
        scope: {
            leng: '@leng'
        },
        link(scope, element) {
            const dots = angular.element(element.children()[0]);
            const slide = angular.element(element.children()[1]);
            const hander = angular.element(element.children()[2]);
            const left = angular.element(hander.children()[0]);
            const right = angular.element(hander.children()[1]);
            let index = 0;

            function slider(a) {
                <!--這里的-273 是圖片的寬度270px加上圖片的margin-right3px-->
                slide.css('transform', 'translate3d(' + a * -273 + 'px, 0, 0)');
                dots.find('li').removeClass('active').eq(a).addClass('active');
                <!--最左邊或者最右邊嫌变,左或右按鈕加上不可用的css樣式-->
                a === 0 ? left.addClass('disable') : left.removeClass('disable');
                a === scope.leng - 1 ? right.addClass('disable') : right.removeClass('disable');
            }

            dots.on('mouseover', () => {
                angular.forEach(dots.find('li'), (v, k) => {
                    dots.find('li').eq(k).on('click', () => {
                        slider(k);
                    });
                })
            });

            dots.on('mouseout', () => {
                angular.forEach(dots.find('li'), (v, k) => {
                    dots.find('li').eq(k).off('click');
                })
            });
           <!--點擊左邊的控制按鈕,圖片向左邊滑動-->
            left.on('click', () => {
                if (index > 0) {
                    index--;
                }
                slider(index);
            });
            <!--點擊右邊的控制按鈕,圖片向右邊滑動-->
            right.on('click', () => {
                if (index < scope.leng - 1) {
                    index++;
                }
                slider(index);
            });
        }
    };

html嚴(yán)格按照這個順序栅盲,要不directive改一下順序也可以

<div class="slider" slide-left leng="{{ items.imgs.length }}">
      <!-- 小圓點 -->
      <ol>
          <li ng-repeat="imgSrc in items.imgs track by $index" ng-class="{'active':$first}"></li>
      </ol>
      <!-- 內(nèi)容  -->
      <div class="slider-inner clear-fix">
            <div class="item" ng-repeat="imgSrc in items.imgs track by $index">
                <img ng-src="{{ imgSrc }}" alt="">
             </div>
       </div>
       <!-- 控制按鈕 -->
        <div class="hander">
             <a class="glyphicon glyphicon-menu-left disable"></a>
             <a class="glyphicon glyphicon-menu-right"></a>
        </div>
</div>

css

.slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
    font-size: 0;

    ol {
        width: 100%;
        @include position(absolute, null null 10px 0);
        z-index: 3;
        list-style: none;
        margin-bottom: 0;
        padding-left: 0;

        li {
            display: inline-block;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            cursor: pointer;
            background-color: $border-color;
            margin-right: 8px;

            &.active {
              background-color: $theme-color;
            }

        }

    }

    .slider-inner {
        font-size: 10px;
        width: 9999px;
        text-align: left;
        transition: all .4s;
    }

    .item {
        display: inline-block;
        width: 270px;
        margin-right: 3px;

        img {
            max-width: 100%;
        }

    }

    .hander {
        z-index: 2;
        height: 100px;
        width: 100%;
        @include position(absolute, 50% null null 0);
        margin-top: -50px;

        a {
            font-size: 24px;
            z-index: 2;
            display: block;
            width: 50px;
            height: 100px;
            line-height: 100px;
            vertical-align: middle;
            cursor: pointer;
            color: $theme-color;

            &:hover {
                text-decoration: none;
            }

            &.glyphicon-menu-left {
                @include position(absolute, 0 null null 0)
            }

            &.glyphicon-menu-right {
                @include position(absolute, 0 0 null null)
            }

            &.disable {
                color: lighten($theme-color,25%);
                // cursor: not-allowed;
            }
            
        }

    }
}
最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末掷邦,一起剝皮案震驚了整個濱河市白胀,隨后出現(xiàn)的幾起案子,更是在濱河造成了極大的恐慌抚岗,老刑警劉巖或杠,帶你破解...
    沈念sama閱讀 206,013評論 6 481
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件,死亡現(xiàn)場離奇詭異苟跪,居然都是意外死亡廷痘,警方通過查閱死者的電腦和手機(jī),發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 88,205評論 2 382
  • 文/潘曉璐 我一進(jìn)店門件已,熙熙樓的掌柜王于貴愁眉苦臉地迎上來笋额,“玉大人,你說我怎么就攤上這事篷扩⌒中桑” “怎么了?”我有些...
    開封第一講書人閱讀 152,370評論 0 342
  • 文/不壞的土叔 我叫張陵鉴未,是天一觀的道長枢冤。 經(jīng)常有香客問我,道長铜秆,這世上最難降的妖魔是什么淹真? 我笑而不...
    開封第一講書人閱讀 55,168評論 1 278
  • 正文 為了忘掉前任,我火速辦了婚禮连茧,結(jié)果婚禮上核蘸,老公的妹妹穿的比我還像新娘。我一直安慰自己啸驯,他們只是感情好客扎,可當(dāng)我...
    茶點故事閱讀 64,153評論 5 371
  • 文/花漫 我一把揭開白布。 她就那樣靜靜地躺著罚斗,像睡著了一般徙鱼。 火紅的嫁衣襯著肌膚如雪。 梳的紋絲不亂的頭發(fā)上针姿,一...
    開封第一講書人閱讀 48,954評論 1 283
  • 那天袱吆,我揣著相機(jī)與錄音厌衙,去河邊找鬼。 笑死杆故,一個胖子當(dāng)著我的面吹牛迅箩,可吹牛的內(nèi)容都是我干的。 我是一名探鬼主播处铛,決...
    沈念sama閱讀 38,271評論 3 399
  • 文/蒼蘭香墨 我猛地睜開眼饲趋,長吁一口氣:“原來是場噩夢啊……” “哼!你這毒婦竟也來了撤蟆?” 一聲冷哼從身側(cè)響起奕塑,我...
    開封第一講書人閱讀 36,916評論 0 259
  • 序言:老撾萬榮一對情侶失蹤,失蹤者是張志新(化名)和其女友劉穎家肯,沒想到半個月后龄砰,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體,經(jīng)...
    沈念sama閱讀 43,382評論 1 300
  • 正文 獨居荒郊野嶺守林人離奇死亡讨衣,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點故事閱讀 35,877評論 2 323
  • 正文 我和宋清朗相戀三年换棚,在試婚紗的時候發(fā)現(xiàn)自己被綠了。 大學(xué)時的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片反镇。...
    茶點故事閱讀 37,989評論 1 333
  • 序言:一個原本活蹦亂跳的男人離奇死亡固蚤,死狀恐怖,靈堂內(nèi)的尸體忽然破棺而出歹茶,到底是詐尸還是另有隱情夕玩,我是刑警寧澤,帶...
    沈念sama閱讀 33,624評論 4 322
  • 正文 年R本政府宣布惊豺,位于F島的核電站燎孟,受9級特大地震影響,放射性物質(zhì)發(fā)生泄漏尸昧。R本人自食惡果不足惜揩页,卻給世界環(huán)境...
    茶點故事閱讀 39,209評論 3 307
  • 文/蒙蒙 一、第九天 我趴在偏房一處隱蔽的房頂上張望烹俗。 院中可真熱鬧碍沐,春花似錦、人聲如沸衷蜓。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,199評論 0 19
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽磁浇。三九已至,卻和暖如春朽褪,著一層夾襖步出監(jiān)牢的瞬間置吓,已是汗流浹背无虚。 一陣腳步聲響...
    開封第一講書人閱讀 31,418評論 1 260
  • 我被黑心中介騙來泰國打工, 沒想到剛下飛機(jī)就差點兒被人妖公主榨干…… 1. 我叫王不留衍锚,地道東北人友题。 一個月前我還...
    沈念sama閱讀 45,401評論 2 352
  • 正文 我出身青樓,卻偏偏與公主長得像戴质,于是被迫代替她去往敵國和親度宦。 傳聞我的和親對象是個殘疾皇子,可洞房花燭夜當(dāng)晚...
    茶點故事閱讀 42,700評論 2 345

推薦閱讀更多精彩內(nèi)容