How to show the animation without exposing the code?
        Posted  
        
            by 
                bonCodigo
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by bonCodigo
        
        
        
        Published on 2014-08-24T15:20:13Z
        Indexed on 
            2014/08/25
            4:20 UTC
        
        
        Read the original article
        Hit count: 255
        
There's an animation done in jQuery within jsfiddle. I do not have a website as of now to "implant" it and share the URL.
I also can't give the jsfiddle. So how can I share my animation to the audience without showing the code? Does github or any other facility tools allow locking the code and showing the final product without having a website, yet I could get a URL for the audience to view it?
I regret for the rookie-question in this context as I am still new to web stuff.
EDIT:
jsFiddle shows 3 code windows along the results :html, css, js. My requirement is to only show the results window to the audience and by all means to hide codes and leads via URL to the codes.
Ideal solution demands a results to be shown and URL that is encrypted (at best).
© Stack Overflow or respective owner