
Gubbels
Members-
Content Count
7 -
Joined
-
Last visited
Community Reputation
5 NewbieAbout Gubbels
-
Rank
Newbie
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Thanks for your help! However I think there's a problem in the code. I copy-pasted it into my code editor and the issue with me is: once the animation loads in and neither the dots nor the prev/next arrow are clicked, the first text displayed is an incorrect one. I'd fix this myself, however I've never worked with Jquery before, do you mind looking at this again?
- 3 replies
-
- javascript
- greensock
-
(and 8 more)
Tagged with:
-
Hi First what I want to do. I have a slider with 4 pages and depending on the page I'm on, when hovering over a pre-specified element I want some text to display. This text is otherwise (when not hovering over the element) hidden. I've been thinking about ideas how to do it and thought about something and I'm wondernig whether it's possible. I give my "dots" (as seen below) <div style="text-align:center"> <span class="dot"></span> <span class="dot"></span> <span class="dot"></span> <span class="
- 3 replies
-
- javascript
- greensock
-
(and 8 more)
Tagged with:
-
Thanks for going beyond just giving me an answer I really appreciate it!
- 4 replies
-
- 3
-
-
- javascript
- slideshow
-
(and 2 more)
Tagged with:
-
thanks for the notice. I fixed it
- 4 replies
-
- javascript
- slideshow
-
(and 2 more)
Tagged with:
-
Hey, I'm kind of struggling right now and I'm not quite sure what to do. I'm using simple divs as an example but I'm actually using an svg looking like this --> <svg version="1.1" id="martini" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 595.3 841.9" style="enable-background:new 0 0 595.3 841.9;" xml:space="preserve"> <g id="olive" class="oliveScale"> <line class="st0" x1="441.7" y1="187.6" x2="355.5" y2="322.2" /> <ellipse transform="matrix(0.5395 -0.
- 4 replies
-
- javascript
- slideshow
-
(and 2 more)
Tagged with:
-
Hi y'all. I need some help here with my current project for university. Here's what I want to do: I created a slideshow for which I want to display animations (for example: scale on mouseover), however I want to show different types of animation based off on what slideshow page I am. Let's say I'm on slider 1 / 3 . Here I want the div box to scale:2 I'm on slider 2 / 3 . Here I want the div box to move x:200 I'm on slider 3 / 3 . Here I want the div box to opacity:0.2 The thing is I kind of know how to do it, using an if state
-
Hi. This is my first time using Greensock, also I'm a beginner in javascript. I don't know if my code is beautiful or not, and I ask you to not pay too much attention to that aspect (or maybe you should, that'd help me) Basically, everything is working as I want it to, there's just one minor change I want: Before the text fades out again, I want there to be a delay again. I don't know how or where to put that delay in. All suggestions are welcome : )