Page 345 - AngularJS权威教程
P. 345

22.11  与第三方库集成    325


                                      position: 'relative'                                           19
                                  });
                                  TweenMax.to(element, 1, {
                                      opacity: 0,
                                      width: 0                                                       20
                                  });
                                  $window.setTimeout(done, 2000);
                              }                                                                      21
                          }
                  });
                                                                                                     22


                                                                                                     23



                                                                                                     24


                                                                                                     25


                                                                                                     26



                                                                                                     27


                                                                                                     28


                                                                                                     29



                                                                                                     30


                                                                                                     31


                                                                                                     32



                                                                                                     33


                                                                                                     34


                                                                                                     35


                                                                                                     36
   340   341   342   343   344   345   346   347   348   349   350