The method i am trying to use is like this:
- A script verifies if the 'CSS3' property is available in the user browser.(transition property)
- If it isn't then JavaScript file will be downloaded as fallback (this will do the animations)
My question is :
How can I download a JS file into the users browser? Is this even possible? What other methods do you suggest?
PS: Really new in this domain so please help! Thank you!