-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b7bc6c1
commit a8c88a6
Showing
1 changed file
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
# Liferay Animation | ||
|
||
This project has been created with [generator-liferay-fragments][1]. You can read | ||
how to manage this project in the [generator documentation][2]. | ||
This project has been created to showcase embedding css animation framework in liferay using simple fragments. | ||
The project contains a fragment collection which has 3 main fragments: | ||
- **Animation Resources**: You will need to use this fragment at the top of your master page or the page you would like to introduce animation in it; this fragment adds the required **JS** and **CSS** references. | ||
- **Animation Page End Script**: You will need to use this fragment at the bottom of your master page or the page you would like to introduce animation in it; this fragment contains a JavaScript to refresh the animation after page load to insure that the animation is working fine. | ||
- **Animation Container**: You will need to use this fragment as a container of liferay element (widget/fragment) which you would like to apply the animation on it. | ||
|
||
[1]: https://www.npmjs.com/package/generator-liferay-fragments | ||
[2]: https://www.npmjs.com/package/generator-liferay-fragments#usage | ||
###Note! | ||
_Please note that the required **JS** and **CSS** has been added to the collection resources_ |