Styleflow is a library that holds interactive animation that can be readily accessed by developers. This is an animation library completely built with sass, and currently contains only basic animation.
Add the class "move-up" to the h1 tag to animate the logo-card
Input | Output |
---|---|
<!-- enter class below --> <h1 > Logo-card, please move-up <∕h1><!-- enter class above --> |
![]() |
Add the class "move-down" to the h1 tag to animate the logo-card
Input | Output |
---|---|
<!-- enter class below --> <h1 > Logo-card, please move-down <∕h1><!-- enter class above --> |
![]() |
Add the class "move-left" to the h1 tag to animate the logo-card
Input | Output |
---|---|
<!-- enter class below --> <h1 > Logo-card, please move-left <∕h1><!-- enter class above --> |
![]() |
Add the class "move-right" to the h1 tag to animate the logo-card
Input | Output |
---|---|
<!-- enter class below --> <h1 > Logo-card, please move-right <∕h1><!-- enter class above --> |
![]() |
Add the class "fade-in" to the h1 tag to animate the logo-card
Input | Output |
---|---|
<!-- enter class below --> <h1 > Logo-card, please fade-in <∕h1><!-- enter class above --> |
![]() |
Add the class "fade-out" to the h1 tag to animate the logo-card
Input | Output |
---|---|
<!-- enter class below --> <h1 > Logo-card, please fade-out <∕h1><!-- enter class above --> |
![]() |
Add the class "bounce" to the h1 tag to animate the logo-card
Input | Output |
---|---|
<!-- enter class below --> <h1 > Logo-card, please bounce <∕h1><!-- enter class above --> |
![]() |
The library files will be downloadable to our users for fast and easy use. To do that first, the user must sign up to our website or sign in if they are already registered. Then they can download the library zip files from the library page.
After downloading the library on their local machine, the next step is how to use it; To implement our library on your project, you will have to add the library to the same folder’s directory. Then add the name of the library file “styleflow.css” to the link tag of your html head. After this, you can include the different styles to the class of tags you wish to animate.
Also we were able to add intensity in case our users are not satisfied with animation. You can adjust the animation to suit your satisfaction.
styleflow is downloaded from www.styleflow.css as a .scss file. The library is compatible with visual code, sublime text editor and espresso.
styleflow is downloaded into the download folder of a user's local machine.
styleflow contains basic, ready-to-use animation for styling web elements. They include;
class-name: move-up
styles an html object to move up
class-name: move-down
styles an html object to move down
class-name: move-right
styles an html object to move right
class-name: move-left
styles an html object to move left
class-name: fade-in
styles an html object to fade in
class-name: fade-out
styles an html object to fade out
Largely, frameworks have been adopted as a styling solution for developers due to several reasons such as reusability and speed.
However, they have come under high criticism from most pedantic developers for their simplicity and base nature. They have been considered as reason for generic codes, self-damaging to newbies and less rewarding websites.
The debate seems to stage speed against generic websites and could well be an exciting one to indulge in. But here are a few things we have noted;
Thus, the dabble into frameworks or the resistance to frameworks largely rest on the intentions of the developer and rightly do. Therefore, styleflow users are encouraged to be certain about their need for an animation library before indulging.
Was this helpful?