Skip to main content
danielo33771543
Known Participant
October 31, 2019
Question

Image transition effect

  • October 31, 2019
  • 1 reply
  • 475 views

I have tried implemeting this code:   (https://codepen.io/last-first/pen/QNoWmO)  but i have difficulties resining the effect into 300x250, the code is javasript any javascript expert outthere kindly help me.

This topic has been closed for replies.

1 reply

avid_body16B8
Legend
October 31, 2019

You need to chang the size here ast the beginning

var width = 100;   // size you need
var height = 60;

 

danielo33771543
Known Participant
November 1, 2019

I tried that already and it did not work , you can even try it on your end..