njdubois Posted March 3, 2015 Share Posted March 3, 2015 On this page http://www.jssor.com/ each slide has all sorts of elements that slide in, pop up, fade in, whatever on each slide. What are those called so I can google a tutorial on doing them? Thanks Nick Quote Link to comment https://forums.phpfreaks.com/topic/295034-what-are-these-called/ Share on other sites More sharing options...
cyberRobot Posted March 3, 2015 Share Posted March 3, 2015 Have tried searching "JavaScript animation"? The following article seems interesting: https://css-tricks.com/controlling-css-animations-transitions-javascript/ If you're looking for a specific effect, like fading in, you could specify that in a search "JavaScript fade in". Quote Link to comment https://forums.phpfreaks.com/topic/295034-what-are-these-called/#findComment-1507353 Share on other sites More sharing options...
njdubois Posted March 4, 2015 Author Share Posted March 4, 2015 It seemed like they were something more than just animations. Some weave back and forth, some fade in from nothing, some drop down from the top and than slide up a little bit. Was hoping there was a pre built library that would handle those kinds of things. Based on your reply, I have to manually build those animations? Thanks for the reply! Quote Link to comment https://forums.phpfreaks.com/topic/295034-what-are-these-called/#findComment-1507521 Share on other sites More sharing options...
cyberRobot Posted March 4, 2015 Share Posted March 4, 2015 Was hoping there was a pre built library that would handle those kinds of things. Isn't that essentially what Jssor is... Note that I haven't used the jQuery plugin before, so I'm just guessing. Based on your reply, I have to manually build those animations? To be honest, I haven't spent much time with JavaScript animations. So this isn't my area of expertise. I would imagine that there are all sorts of pre-built libraries to help you out. I'm just not sure what they would be. Note that the first comment on the link I provided earlier talks about something called TweenLite: http://www.greensock.com/gsap-js/ Quote Link to comment https://forums.phpfreaks.com/topic/295034-what-are-these-called/#findComment-1507534 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.