Transition effect with Sass (Scss)

Repository

https://github.com/sass/sass

What Will I Learn?

  • You will learn how to use sass to convert scss to css
  • You will learn how to work with variables
  • You will learn how to create boxes for your text area.
  • You will learn how to re-position your text.
  • You will learn how to create transition effect for images.

Requirements

  • Any text editor. (Brackets, Atom, Notepad++)
  • Basic HTML knowledge
  • Basic SCSS code knowledge
  • SASS
  • Local server (Wampserver)
  • Any browser

Difficulty

  • Intermediate

Description

In this tutorial you will learn how to createa nice transition effect for your websites. You can use this effect when you need to give more information about images or whatever you want.With some variables we will make it easy to change it in the future. You will need sass installed on your envoriement. You need ruby instalation for it and once you installed you will be able to translate sass scss files to css. There for you need index.html file with navigaton bar codes in it. With before/after examples you will be able to see what codes are doing.


1- Before we start our page without sass

001before.png


001body.png


2- With the codes here below we will create 2 boxes for our text area.


002main.png


3- With this code block here below we will insert our images to this boxes



003boxes.png


003image.png


4- Now we will give new position and design to our text. It's because of effect that we will give to image later.



004codes.png


004text.png

5- With our last codes we will create a hover effect for our image and boxes.


005codes.png


transition effect.gif

Video Tutorial


Curriculum

Proof of Work Done

https://github.com/omersurer

H2
H3
H4
Upload from PC
Video gallery
3 columns
2 columns
1 column
4 Comments