From a2c0ebcc2a533275f9b8a7ae79987f3d350ff201 Mon Sep 17 00:00:00 2001 From: VikashAbhay <72174715+VikashAbhay@users.noreply.github.com> Date: Thu, 1 Oct 2020 07:37:30 +0530 Subject: [PATCH] Update README.md --- README.md | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index cd222dc..6fd7737 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Space.js + A HTML-driven JavaScript-library for narrative 3D-scrolling. See the demos [here](http://www.slashie.org/space.js/) @@ -105,22 +106,22 @@ You can add your own transitions with the ```addTransitions`` method. Make sure ### Currently supported transitions Note that these might come to change during the beta-phase of the library. -- scaleIn -- fadeIn -- scaleOut -- fadeOut -- rotateQuarterRight -- rotateInQuarterClockwise -- zoomOut -- slideInBottom -- slideOutDown -- slideOutLeft -- slideOutRight -- slideInRight -- slideOutUp -- slideInTop -- slideInLeft -- slideBottomRight -- rotate360 -- rotate3dOut +1. scaleIn +2. fadeIn +3. scaleOut +4. fadeOut +5. rotateQuarterRight +6. rotateInQuarterClockwise +7. zoomOut +8. slideInBottom +9. slideOutDown +10. slideOutLeft +11. slideOutRight +12. slideInRight +13. slideOutUp +14. slideInTop +15. slideInLeft +16. slideBottomRight +17. rotate360 +18. rotate3dOut