-
-
Notifications
You must be signed in to change notification settings - Fork 453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add full working example or link to tutorial with working example #220
Comments
Yes, absolutely right. I was struggling with the same and above link was really helpful. |
same here. simple jsfiddle would be awesome! |
yea, i spent more time hitting my head in getting it done |
@clecap That link helped me, i got it working in a minute. |
Here is a small CodePen demo. The first example in the readme appears broken because the elements being split are empty divs and the gutter has no height. The example works once you add some dimensions and color. It would be better if the example was "copy and paste"-ready (also flex is better than float IMO). |
Thanx for the great library, but I was unable to get it working from the "examples" in the readme.
The readme does not provide a full working example but just code snippets. It still is not clear which parameter I missed, but I did not get a working sample through hours. :-(
For me https://redstapler.co/split-js-tutorial-website-split-screen-effect/ was very helpful since they provided a simple, minimal working example which was running out of the box.
Suggest you either provide your own working examples (as in fully complete, minimal stand alone example) or add a link to the above site, since they are having one.
The text was updated successfully, but these errors were encountered: