51
51
< meta property ="og:site_name "
52
52
content ="craftpip.github.io "/>
53
53
54
+ < link rel ="stylesheet "
55
+ id ="bs-stylesheet "
56
+ href ="demo/libs/bs3.css ">
57
+
54
58
< link rel ="stylesheet "
55
59
href ="demo/libs/bundled.css ">
56
60
< script src ="demo/libs/bundled.js "> </ script >
@@ -314,7 +318,7 @@ <h2>Open/Close Animations</h2>
314
318
< p > Recommended animations for animateFromElement:</ p >
315
319
< button class ="example16-a-1 btn btn-primary "> scale</ button >
316
320
< script type ="text/javascript ">
317
- $ ( '.example16-a-1' ) . on ( 'click' , function ( ) {
321
+ $ ( '.example16-a-1' ) . on ( 'click' , function ( ) {
318
322
$ . confirm ( {
319
323
animation : 'scale' ,
320
324
closeAnimation : 'scale' ,
@@ -323,7 +327,7 @@ <h2>Open/Close Animations</h2>
323
327
</ script >
324
328
< button class ="example17-a-2 btn btn-primary "> rotateY</ button >
325
329
< script type ="text/javascript ">
326
- $ ( '.example17-a-2' ) . on ( 'click' , function ( ) {
330
+ $ ( '.example17-a-2' ) . on ( 'click' , function ( ) {
327
331
$ . confirm ( {
328
332
animation : 'rotateY' ,
329
333
closeAnimation : 'rotateY' ,
@@ -332,7 +336,7 @@ <h2>Open/Close Animations</h2>
332
336
</ script >
333
337
< button class ="example18-a-3 btn btn-primary "> rotateYR</ button >
334
338
< script type ="text/javascript ">
335
- $ ( '.example18-a-3' ) . on ( 'click' , function ( ) {
339
+ $ ( '.example18-a-3' ) . on ( 'click' , function ( ) {
336
340
$ . confirm ( {
337
341
animation : 'rotateYR' ,
338
342
closeAnimation : 'rotateYR'
@@ -341,7 +345,7 @@ <h2>Open/Close Animations</h2>
341
345
</ script >
342
346
< button class ="example19-a-4 btn btn-primary "> rotateX</ button >
343
347
< script type ="text/javascript ">
344
- $ ( '.example19-a-4' ) . on ( 'click' , function ( ) {
348
+ $ ( '.example19-a-4' ) . on ( 'click' , function ( ) {
345
349
$ . confirm ( {
346
350
animation : 'rotateX' ,
347
351
closeAnimation : 'rotateX'
@@ -350,7 +354,7 @@ <h2>Open/Close Animations</h2>
350
354
</ script >
351
355
< button class ="example19-a-5 btn btn-primary "> rotateXR</ button >
352
356
< script type ="text/javascript ">
353
- $ ( '.example19-a-5' ) . on ( 'click' , function ( ) {
357
+ $ ( '.example19-a-5' ) . on ( 'click' , function ( ) {
354
358
$ . confirm ( {
355
359
animation : 'rotateXR' ,
356
360
closeAnimation : 'rotateXR'
@@ -361,7 +365,7 @@ <h2>Open/Close Animations</h2>
361
365
< p > 2D animations: (animateFromElement disabled)</ p >
362
366
< button class ="example16 btn btn-primary "> right</ button >
363
367
< script type ="text/javascript ">
364
- $ ( '.example16' ) . on ( 'click' , function ( ) {
368
+ $ ( '.example16' ) . on ( 'click' , function ( ) {
365
369
$ . confirm ( {
366
370
animation : 'right' ,
367
371
closeAnimation : 'right' ,
@@ -371,7 +375,7 @@ <h2>Open/Close Animations</h2>
371
375
</ script >
372
376
< button class ="example17 btn btn-primary "> left</ button >
373
377
< script type ="text/javascript ">
374
- $ ( '.example17' ) . on ( 'click' , function ( ) {
378
+ $ ( '.example17' ) . on ( 'click' , function ( ) {
375
379
$ . confirm ( {
376
380
animation : 'left' ,
377
381
closeAnimation : 'left' ,
@@ -381,7 +385,7 @@ <h2>Open/Close Animations</h2>
381
385
</ script >
382
386
< button class ="example18 btn btn-primary "> bottom</ button >
383
387
< script type ="text/javascript ">
384
- $ ( '.example18' ) . on ( 'click' , function ( ) {
388
+ $ ( '.example18' ) . on ( 'click' , function ( ) {
385
389
$ . confirm ( {
386
390
animation : 'bottom' ,
387
391
closeAnimation : 'bottom' ,
@@ -391,7 +395,7 @@ <h2>Open/Close Animations</h2>
391
395
</ script >
392
396
< button class ="example19 btn btn-primary "> top</ button >
393
397
< script type ="text/javascript ">
394
- $ ( '.example19' ) . on ( 'click' , function ( ) {
398
+ $ ( '.example19' ) . on ( 'click' , function ( ) {
395
399
$ . confirm ( {
396
400
animation : 'top' ,
397
401
closeAnimation : 'top' ,
@@ -401,7 +405,7 @@ <h2>Open/Close Animations</h2>
401
405
</ script >
402
406
< button class ="example11 btn btn-primary "> Rotate</ button >
403
407
< script type ="text/javascript ">
404
- $ ( '.example11' ) . on ( 'click' , function ( ) {
408
+ $ ( '.example11' ) . on ( 'click' , function ( ) {
405
409
$ . confirm ( {
406
410
animation : 'Rotate' ,
407
411
closeAnimation : 'Rotate' ,
@@ -411,7 +415,7 @@ <h2>Open/Close Animations</h2>
411
415
</ script >
412
416
< button class ="example12 btn btn-primary "> none</ button >
413
417
< script type ="text/javascript ">
414
- $ ( '.example12' ) . on ( 'click' , function ( ) {
418
+ $ ( '.example12' ) . on ( 'click' , function ( ) {
415
419
$ . confirm ( {
416
420
animation : 'none' ,
417
421
animateFromElement : false ,
@@ -420,7 +424,7 @@ <h2>Open/Close Animations</h2>
420
424
</ script >
421
425
< button class ="example13 btn btn-primary "> opacity</ button >
422
426
< script type ="text/javascript ">
423
- $ ( '.example13' ) . on ( 'click' , function ( ) {
427
+ $ ( '.example13' ) . on ( 'click' , function ( ) {
424
428
$ . confirm ( {
425
429
animation : 'opacity' ,
426
430
closeAnimation : 'opacity' ,
@@ -432,7 +436,7 @@ <h2>Open/Close Animations</h2>
432
436
< p > 3D animations: (animateFromElement disabled)</ p >
433
437
< button class ="example15 btn btn-primary "> scale (default)</ button >
434
438
< script type ="text/javascript ">
435
- $ ( '.example15' ) . on ( 'click' , function ( ) {
439
+ $ ( '.example15' ) . on ( 'click' , function ( ) {
436
440
$ . confirm ( {
437
441
animation : 'scale' ,
438
442
closeAnimation : 'scale' ,
@@ -442,7 +446,7 @@ <h2>Open/Close Animations</h2>
442
446
</ script >
443
447
< button class ="example14 btn btn-primary "> zoom</ button >
444
448
< script type ="text/javascript ">
445
- $ ( '.example14' ) . on ( 'click' , function ( ) {
449
+ $ ( '.example14' ) . on ( 'click' , function ( ) {
446
450
$ . confirm ( {
447
451
animation : 'zoom' ,
448
452
closeAnimation : 'zoom' ,
@@ -452,7 +456,7 @@ <h2>Open/Close Animations</h2>
452
456
</ script >
453
457
< button class ="example7 btn btn-primary "> scaleY</ button >
454
458
< script type ="text/javascript ">
455
- $ ( '.example7' ) . on ( 'click' , function ( ) {
459
+ $ ( '.example7' ) . on ( 'click' , function ( ) {
456
460
$ . confirm ( {
457
461
animation : 'scaleY' ,
458
462
closeAnimation : 'scaleY' ,
@@ -462,7 +466,7 @@ <h2>Open/Close Animations</h2>
462
466
</ script >
463
467
< button class ="example8 btn btn-primary "> scaleX</ button >
464
468
< script type ="text/javascript ">
465
- $ ( '.example8' ) . on ( 'click' , function ( ) {
469
+ $ ( '.example8' ) . on ( 'click' , function ( ) {
466
470
$ . confirm ( {
467
471
animation : 'scaleX' ,
468
472
closeAnimation : 'scaleX' ,
@@ -472,7 +476,7 @@ <h2>Open/Close Animations</h2>
472
476
</ script >
473
477
< button class ="example9 btn btn-primary "> RotateY</ button >
474
478
< script type ="text/javascript ">
475
- $ ( '.example9' ) . on ( 'click' , function ( ) {
479
+ $ ( '.example9' ) . on ( 'click' , function ( ) {
476
480
$ . confirm ( {
477
481
animation : 'rotateY' ,
478
482
closeAnimation : 'rotateY' ,
@@ -482,7 +486,7 @@ <h2>Open/Close Animations</h2>
482
486
</ script >
483
487
< button class ="example9-2 btn btn-primary "> RotateYR</ button >
484
488
< script type ="text/javascript ">
485
- $ ( '.example9-2' ) . on ( 'click' , function ( ) {
489
+ $ ( '.example9-2' ) . on ( 'click' , function ( ) {
486
490
$ . confirm ( {
487
491
animation : 'rotateYR' ,
488
492
closeAnimation : 'rotateYR' ,
@@ -492,7 +496,7 @@ <h2>Open/Close Animations</h2>
492
496
</ script >
493
497
< button class ="example10 btn btn-primary "> RotateX</ button >
494
498
< script type ="text/javascript ">
495
- $ ( '.example10' ) . on ( 'click' , function ( ) {
499
+ $ ( '.example10' ) . on ( 'click' , function ( ) {
496
500
$ . confirm ( {
497
501
animation : 'rotateX' ,
498
502
closeAnimation : 'rotateX' ,
@@ -502,7 +506,7 @@ <h2>Open/Close Animations</h2>
502
506
</ script >
503
507
< button class ="example10-2 btn btn-primary "> RotateXR</ button >
504
508
< script type ="text/javascript ">
505
- $ ( '.example10-2' ) . on ( 'click' , function ( ) {
509
+ $ ( '.example10-2' ) . on ( 'click' , function ( ) {
506
510
$ . confirm ( {
507
511
animation : 'rotateXR' ,
508
512
closeAnimation : 'rotateXR' ,
@@ -532,22 +536,22 @@ <h4 id="animationbounce">Animation bounce</h4>
532
536
< button class ="btn btn-primary example-bounce-3 "> 2 bounce</ button >
533
537
< button class ="btn btn-primary example-bounce-4 "> 2.5 bounce</ button >
534
538
< script type ="text/javascript ">
535
- $ ( '.example-bounce-1' ) . on ( 'click' , function ( ) {
539
+ $ ( '.example-bounce-1' ) . on ( 'click' , function ( ) {
536
540
$ . confirm ( {
537
541
animationBounce : 1
538
542
} ) ;
539
543
} ) ;
540
- $ ( '.example-bounce-2' ) . on ( 'click' , function ( ) {
544
+ $ ( '.example-bounce-2' ) . on ( 'click' , function ( ) {
541
545
$ . confirm ( {
542
546
animationBounce : 1.5
543
547
} ) ;
544
548
} ) ;
545
- $ ( '.example-bounce-3' ) . on ( 'click' , function ( ) {
549
+ $ ( '.example-bounce-3' ) . on ( 'click' , function ( ) {
546
550
$ . confirm ( {
547
551
animationBounce : 2
548
552
} ) ;
549
553
} ) ;
550
- $ ( '.example-bounce-4' ) . on ( 'click' , function ( ) {
554
+ $ ( '.example-bounce-4' ) . on ( 'click' , function ( ) {
551
555
$ . confirm ( {
552
556
animationBounce : 2.5
553
557
} ) ;
@@ -567,12 +571,12 @@ <h4 id="animationspeed">Animation speed</h4>
567
571
< button class ="btn btn-primary example19-2 "> I'm too Quick</ button >
568
572
< div class ="space10 "> </ div >
569
573
< script type ="text/javascript ">
570
- $ ( '.example19-1' ) . on ( 'click' , function ( ) {
574
+ $ ( '.example19-1' ) . on ( 'click' , function ( ) {
571
575
$ . confirm ( {
572
576
animationSpeed : 2000
573
577
} ) ;
574
578
} ) ;
575
- $ ( '.example19-2' ) . on ( 'click' , function ( ) {
579
+ $ ( '.example19-2' ) . on ( 'click' , function ( ) {
576
580
$ . confirm ( {
577
581
animationSpeed : 200
578
582
} ) ;
@@ -604,7 +608,7 @@ <h2>Define your custom animations</h2>
604
608
}
605
609
</ style >
606
610
< script >
607
- $ ( '.custom-anim-1' ) . on ( 'click' , function ( ) {
611
+ $ ( '.custom-anim-1' ) . on ( 'click' , function ( ) {
608
612
$ . confirm ( {
609
613
animation : 'news' ,
610
614
closeAnimation : 'news' ,
@@ -672,7 +676,7 @@ <h2>Background dismiss animation</h2>
672
676
}
673
677
</ style >
674
678
< script >
675
- $ ( '.custom-bg-1' ) . on ( 'click' , function ( ) {
679
+ $ ( '.custom-bg-1' ) . on ( 'click' , function ( ) {
676
680
$ . confirm ( {
677
681
backgroundDismissAnimation : 'random'
678
682
} ) ;
@@ -735,11 +739,11 @@ <h2>Background dismiss animation</h2>
735
739
736
740
<!--google stuff DO NOT COPY THIS-->
737
741
< script >
738
- ( function ( i , s , o , g , r , a , m ) {
742
+ ( function ( i , s , o , g , r , a , m ) {
739
743
i [ 'GoogleAnalyticsObject' ] = r ;
740
- i [ r ] = i [ r ] || function ( ) {
741
- ( i [ r ] . q = i [ r ] . q || [ ] ) . push ( arguments )
742
- } , i [ r ] . l = 1 * new Date ( ) ;
744
+ i [ r ] = i [ r ] || function ( ) {
745
+ ( i [ r ] . q = i [ r ] . q || [ ] ) . push ( arguments )
746
+ } , i [ r ] . l = 1 * new Date ( ) ;
743
747
a = s . createElement ( o ) ,
744
748
m = s . getElementsByTagName ( o ) [ 0 ] ;
745
749
a . async = 1 ;
@@ -755,16 +759,16 @@ <h2>Background dismiss animation</h2>
755
759
defer
756
760
id ="github-bjs "
757
761
src ="https://buttons.github.io/buttons.js "> </ script >
758
- < script > window . twttr = ( function ( d , s , id ) {
762
+ < script > window . twttr = ( function ( d , s , id ) {
759
763
var js , fjs = d . getElementsByTagName ( s ) [ 0 ] , t = window . twttr || { } ;
760
- if ( d . getElementById ( id ) )
764
+ if ( d . getElementById ( id ) )
761
765
return t ;
762
766
js = d . createElement ( s ) ;
763
767
js . id = id ;
764
768
js . src = "https://platform.twitter.com/widgets.js" ;
765
769
fjs . parentNode . insertBefore ( js , fjs ) ;
766
770
t . _e = [ ] ;
767
- t . ready = function ( f ) {
771
+ t . ready = function ( f ) {
768
772
t . _e . push ( f ) ;
769
773
} ;
770
774
return t ;
0 commit comments