├── animation.html ├── cricket.html ├── custom.html ├── image.html ├── images ├── android.svg ├── bat.png ├── food.jpg ├── logo.png ├── logo1.png ├── phone1.png ├── phone2.png ├── phone3.png ├── ring.svg └── water.svg ├── showOff ├── buddy.jpg ├── holiday.jpg ├── silver.jpg ├── sleep.jpg ├── star.jpg ├── thumbs.jpg └── trophy.jpg ├── specificity.html ├── transform.html ├── transition.html └── visibility.html /animation.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Animation 9 | 48 | 49 | 50 | 51 |

I am exploring Animation

52 |
53 |
54 |
55 | 56 | 57 | -------------------------------------------------------------------------------- /cricket.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Document 9 | 37 | 38 | 39 | 40 |
41 | 42 |
43 |
44 | 45 | 46 | -------------------------------------------------------------------------------- /custom.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Document 8 | 32 | 33 | 34 |

My Strong Heading-1

35 |

My Strong Heading-2

36 |

My Strong Heading-3

37 |

My Strong Heading-4

38 |

My simple talk

39 |
40 | 41 |
42 |
43 |

adafdafdasd

44 |
45 | 46 | -------------------------------------------------------------------------------- /image.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Image 8 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /images/android.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 44 | 49 | 50 | 52 | 53 | 55 | image/svg+xml 56 | 58 | 59 | 60 | 61 | 62 | 67 | 71 | 76 | 82 | 88 | 94 | 100 | 106 | 112 | 117 | 118 | 124 | 125 | 130 | 131 | -------------------------------------------------------------------------------- /images/bat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/more-css-and-animation/c8ead64c283985ac5d4f3ef16f83ce79c5074a0c/images/bat.png -------------------------------------------------------------------------------- /images/food.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/more-css-and-animation/c8ead64c283985ac5d4f3ef16f83ce79c5074a0c/images/food.jpg -------------------------------------------------------------------------------- /images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/more-css-and-animation/c8ead64c283985ac5d4f3ef16f83ce79c5074a0c/images/logo.png -------------------------------------------------------------------------------- /images/logo1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/more-css-and-animation/c8ead64c283985ac5d4f3ef16f83ce79c5074a0c/images/logo1.png -------------------------------------------------------------------------------- /images/phone1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/more-css-and-animation/c8ead64c283985ac5d4f3ef16f83ce79c5074a0c/images/phone1.png -------------------------------------------------------------------------------- /images/phone2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/more-css-and-animation/c8ead64c283985ac5d4f3ef16f83ce79c5074a0c/images/phone2.png -------------------------------------------------------------------------------- /images/phone3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/more-css-and-animation/c8ead64c283985ac5d4f3ef16f83ce79c5074a0c/images/phone3.png -------------------------------------------------------------------------------- /images/ring.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /images/water.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /showOff/buddy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/more-css-and-animation/c8ead64c283985ac5d4f3ef16f83ce79c5074a0c/showOff/buddy.jpg -------------------------------------------------------------------------------- /showOff/holiday.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/more-css-and-animation/c8ead64c283985ac5d4f3ef16f83ce79c5074a0c/showOff/holiday.jpg -------------------------------------------------------------------------------- /showOff/silver.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/more-css-and-animation/c8ead64c283985ac5d4f3ef16f83ce79c5074a0c/showOff/silver.jpg -------------------------------------------------------------------------------- /showOff/sleep.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/more-css-and-animation/c8ead64c283985ac5d4f3ef16f83ce79c5074a0c/showOff/sleep.jpg -------------------------------------------------------------------------------- /showOff/star.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/more-css-and-animation/c8ead64c283985ac5d4f3ef16f83ce79c5074a0c/showOff/star.jpg -------------------------------------------------------------------------------- /showOff/thumbs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/more-css-and-animation/c8ead64c283985ac5d4f3ef16f83ce79c5074a0c/showOff/thumbs.jpg -------------------------------------------------------------------------------- /showOff/trophy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHero1/more-css-and-animation/c8ead64c283985ac5d4f3ef16f83ce79c5074a0c/showOff/trophy.jpg -------------------------------------------------------------------------------- /specificity.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Document 8 | 24 | 25 | 26 |

My Special Heading-1

27 |

My Special Heading-2

28 |

My Special Heading-3

29 |

My Special Heading-4

30 | 31 | -------------------------------------------------------------------------------- /transform.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Document 9 | 27 | 28 | 29 | 30 |

Transformer I am coming

31 |
32 |
box-1
33 |
34 |
35 |
box-2
36 |
37 |
38 |
box-3
39 |
40 | 41 | 42 | -------------------------------------------------------------------------------- /transition.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Document 9 | 24 | 25 | 26 | 27 |
28 |

Transition

29 |
30 |
31 |

Transition

32 |
33 |
34 |

Transition

35 |
36 | 37 | 38 | -------------------------------------------------------------------------------- /visibility.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Visibility 8 | 20 | 21 | 22 | 23 |
24 |

Box-1

25 |
26 |
27 |

Box-2

28 |
29 |
30 |

Box-3

31 |
32 |
33 |

Box-4

34 |
35 | 36 | --------------------------------------------------------------------------------