Need Animation for Images & Sections

Web IT Solutions LLP
378 Posts
Web IT Solutions LLP posted this 03 February 2017

Dear Sir,

Can you let us know do you have the below list of animations implemented with Themler.

http://gudh.github.io/ihover/dist/

The above link hope you guys are aware of that and already implemented some sections of animations like hoverbox but still image rounding and other animations need to implemented.

Let us know if you already have all of it implemented and I am missing those things.

Thanks in advance,

Regards
Suffian Ahmed

Dear Sir, Can you let us know do you have the below list of animations implemented with Themler. http://gudh.github.io/ihover/dist/ The above link hope you guys are aware of that and already implemented some sections of animations like hoverbox but still image rounding and other animations need to implemented. Let us know if you already have all of it implemented and I am missing those things. Thanks in advance, Regards Suffian Ahmed
Vote to pay developers attention to this features or issue.
12 Comments
Order By: Standard | Newest
Web IT Solutions LLP
378 Posts
Web IT Solutions LLP posted this 03 February 2017

FYI,

https://github.com/gudh/ihover

Regards
Suffian Ahmed

FYI, https://github.com/gudh/ihover Regards Suffian Ahmed
Support Team
Support Team posted this 06 February 2017

Hi,

Unfortunately such animation types for hover effect are not available and we'll add it to our wish list for possible future implementations.

Sincerely,
Hella

Hi, Unfortunately such animation types for hover effect are not available and we'll add it to our wish list for possible future implementations. Sincerely, Hella
Web IT Solutions LLP
378 Posts
Web IT Solutions LLP posted this 06 February 2017

Hi Hella,

Thanks for your support & consideration.

I need one more explanation from your side...

1) I have saved HTML source file of Themler. Can we convert that to WordPress ??? Any way to convert that site to other CMS. ???

2) YouTube Video can we make it as popup player. Once whenever we click on video it should open as popup player. Is that possible ???

3) Same with Gallery where the images auto play like popup slider when we click on any image in Gallery Page. Can we achieve the same ???

4) Important one... How to fixed Header & BreadCrumbs controls/sections in fixed place. ??? And to hide the BreadCrumbs in Main Page. We used CSS to hide in main page, but is there any settings in Themler. And, we need to freeze both header & breadcrums at top... ???

Regards
Suffian Ahmed

Hi Hella, Thanks for your support & consideration. I need one more explanation from your side... 1) I have saved HTML source file of Themler. Can we convert that to WordPress ??? Any way to convert that site to other CMS. ??? 2) YouTube Video can we make it as popup player. Once whenever we click on video it should open as popup player. Is that possible ??? 3) Same with Gallery where the images auto play like popup slider when we click on any image in Gallery Page. Can we achieve the same ??? 4) Important one... How to fixed Header & BreadCrumbs controls/sections in fixed place. ??? And to hide the BreadCrumbs in Main Page. We used CSS to hide in main page, but is there any settings in Themler. And, we need to freeze both header & breadcrums at top... ??? Regards Suffian Ahmed
Support Team
Support Team posted this 08 February 2017

Hello Suffian Ahmed,
1.unfortunately it's not possible to convert HTML themes to WP or any other. In general themes cannot be converted to any other theme.

2.there's no special option that allows to make Video control pop up. Custom code is needed to create pop up. So I'd recommend that you look for solution on web. We'll help you to incorporate it into Themler theme if needed.

3.the same about Gallery. There's no gallery in Themler so you may find a solution and incorporate it into Themler theme

4.Usually Header are is located at the top of the page if special Position is not specified for it.
Breadcrums could be located anywhere you like using Position, Right, Left, Top, Bottom options.
If you cannot handle with it please attach here the theme exported with the option 'Include Themler' and we'll help you to locate Header and Breadcrumbs

Regards,
Aileen

Hello Suffian Ahmed, 1.unfortunately it's not possible to convert HTML themes to WP or any other. In general themes cannot be converted to any other theme. 2.there's no special option that allows to make Video control pop up. Custom code is needed to create pop up. So I'd recommend that you look for solution on web. We'll help you to incorporate it into Themler theme if needed. 3.the same about Gallery. There's no gallery in Themler so you may find a solution and incorporate it into Themler theme 4.Usually Header are is located at the top of the page if special Position is not specified for it. Breadcrums could be located anywhere you like using Position, Right, Left, Top, Bottom options. If you cannot handle with it please attach here the theme exported with the option 'Include Themler' and we'll help you to locate Header and Breadcrumbs Regards, Aileen
Web IT Solutions LLP
378 Posts
Web IT Solutions LLP posted this 09 February 2017

Hi Sir,

Thanks for your detailed reply...

4.Usually Header are is located at the top of the page if special Position is not specified for it.
Breadcrums could be located anywhere you like using Position, Right, Left, Top, Bottom options.
If you cannot handle with it please attach here the theme exported with the option 'Include Themler' and we'll help you to locate Header and Breadcrumbs

Above points (4)... What I need to know is can we freeze header & breadcrumb both.

Right now header section is freezed at the time of scrolling and breadcrumb is scrolling... I need both tobe freezed in top section.

Let us know what settings I need to make in order to freeze breadcrumb as well along with header too.

Thanks in advance,

Regards
Suffian Ahmed

Hi Sir, Thanks for your detailed reply... 4.Usually Header are is located at the top of the page if special Position is not specified for it. Breadcrums could be located anywhere you like using Position, Right, Left, Top, Bottom options. If you cannot handle with it please attach here the theme exported with the option 'Include Themler' and we'll help you to locate Header and Breadcrumbs Above points (4)... What I need to know is can we freeze header & breadcrumb both. Right now header section is freezed at the time of scrolling and breadcrumb is scrolling... I need both tobe freezed in top section. Let us know what settings I need to make in order to freeze breadcrumb as well along with header too. Thanks in advance, Regards Suffian Ahmed
Support Team
Support Team posted this 09 February 2017

Hi,

You can put the Breadcrumbs container inside header and they will be fixed together. Or add the Sticky extension to the Breadcrumbs, but that may require also specifying some offset value for the sticky extension of breadcrumbs.

Sincerely,
Hella

Hi, You can put the Breadcrumbs container inside header and they will be fixed together. Or add the Sticky extension to the Breadcrumbs, but that may require also specifying some offset value for the sticky extension of breadcrumbs. Sincerely, Hella
Web IT Solutions LLP
378 Posts
Web IT Solutions LLP posted this 09 February 2017

Hi Sir,

What is offset values ? How it will help us. Could you share some details.

Kindly share some screenshots of those settings for the same.

Demo Link - http://demo.webnoesys.in

Regards
Suffian Ahmed

Hi Sir, What is offset values ? How it will help us. Could you share some details. Kindly share some screenshots of those settings for the same. Demo Link - http://demo.webnoesys.in Regards Suffian Ahmed
Support Team
Support Team posted this 13 February 2017

Hi,

The offset value should be equal to the height of the fixed section: 99px. This is top offset of the sticky control when it scrolls:

fix-offset.png

As Alternative solution you can but the breadcrumbs control inside sticky Section.

Please let us know if you need our further assistance here.

Thank you,
Olivia

Hi, The offset value should be equal to the height of the fixed section: 99px. This is top offset of the sticky control when it scrolls: !fix-offset.png! As Alternative solution you can but the breadcrumbs control inside sticky Section. Please let us know if you need our further assistance here. Thank you, Olivia
sophia.b9990
1 Posts
sophia.b9990 posted this 13 December 2025

This is exactly the kind of feature that can really enhance the visual experience of a website. I’ve been exploring ways to improve damage calculations in games, and using tools like Max Hit Formula has been a game-changer for testing different setups efficiently. Animations can make the sections more engaging while keeping the data easy to understand. Definitely planning to experiment with this approach on my own projects!

This is exactly the kind of feature that can really enhance the visual experience of a website. I’ve been exploring ways to improve damage calculations in games, and using tools like [Max Hit Formula][1] has been a game-changer for testing different setups efficiently. Animations can make the sections more engaging while keeping the data easy to understand. Definitely planning to experiment with this approach on my own projects! [1]: https://maxhitcalculatorosrs.vercel.app/dharoks-max-hit-calculator-osrs
williamanderson8084
5 Posts
williamanderson8084 posted this 18 December 2025

Thinking about 300-620 - Implementing Cisco Application Centric Infrastructure? It’s a fantastic way to boost your networking skills and career. Prepare thoroughly with trusted resources, understand SD-WAN concepts, and pass confidently. Ready to level up? Dive into the exam details and start your journey to Cisco certification today!

Thinking about [300-620 - Implementing Cisco Application Centric Infrastructure][1]? It’s a fantastic way to boost your networking skills and career. Prepare thoroughly with trusted resources, understand SD-WAN concepts, and pass confidently. Ready to level up? Dive into the exam details and start your journey to Cisco certification today! [1]: https://www.certsforce.com/cisco/exam/300-620
Jennifer Stevenson
1 Posts
Jennifer Stevenson posted this 13 January 2026

It looks like you are referring to the iHover CSS animation set and checking whether similar effects are already supported or partially implemented in Themler. From what I understand, Themler does include some hover-based interactions, but not every animation variant from the iHover library is available out of the box. Features like image rounding, specific transition timings, and layered hover effects often require custom CSS rather than default components.

In many projects offering video animation services or UI motion work, teams usually extend existing frameworks instead of relying solely on built-in options. You may want to review the generated HTML/CSS or test a small custom implementation to confirm what is missing versus what is already supported.

It looks like you are referring to the **iHover CSS animation set** and checking whether similar effects are already supported or partially implemented in Themler. From what I understand, Themler does include some hover-based interactions, but not every animation variant from the iHover library is available out of the box. Features like image rounding, specific transition timings, and layered hover effects often require custom CSS rather than default components. In many projects offering [video animation services][1] or UI motion work, teams usually extend existing frameworks instead of relying solely on built-in options. You may want to review the generated HTML/CSS or test a small custom implementation to confirm what is missing versus what is already supported. [1]: https://www.videojeeves.com/
chinahousehold
134 Posts
chinahousehold posted this 30 January 2026

https://www.degreeforum.net/mybb/User-bothbest
https://www.hamqth.com/VU3ABC
https://ceecentre.org/candidate/bothbest/
https://pasha.style/member/users/15641
https://www.sharegrid.com/p/bothbest
https://hosted.weblate.org/user/bothbest/
https://tapmybio.com/bothbest
https://www.frenchwomenorg.com/read-blog/24438
https://forum.locusmap.eu/index.php?action=profile;u=13977
http://www.seafishzone.com/home.php?mod=space&uid=2659124
https://www.sanctuary.fr/index.php?page=user-profile&subpage=accueil&id=197754
http://bbs.yongrenqianyou.com/home.php?mod=space&uid=4327323&do=profile
https://blogs.bangboxonline.com/posts/from-forest-to-floor-how-china-fsc-bamboo-is-harvested-sustainably
https://blogs.bangboxonline.com/profile/bothbest
http://www.gtcm.info/home.php?mod=space&uid=1288415&do=profile
https://www.eventbookings.com/b/member/profile/f0eea0ae-71c5-4f7a-bf65-a958de6cb86a
https://forum.ct8.pl/member.php?action=profile&uid=111951
https://sandwiche.me/bothbest
https://tuscl.net/member/873011
https://pad.cloud.abilian.com/s/Cm6kY6_vO
https://grantha.jiva.org/index.php?show=profile&m_no=47954
https://www.kivvon.com/en/profile/9715894/bothbest
https://www.hd.club.tw/home.php?mod=space&uid=2997459
https://hiendy.com/hififorum/home.php?mod=space&uid=137038&do=profile
https://calaos.fr/forum/member.php?action=profile&uid=18243
https://www.theconsumersfeedback.com/guestpost/how-strand-woven-bamboo-achieves-hardwood-level-strength
https://plaza.rakuten.co.jp/hssolar/diary/202601290000/
https://scrapbox.io/china-solar-panels-suppl/Is_Bamboo_Plywood_the_Future_of_Sustainable_Construction
https://hssolar.tawk.help/article/the-durability-test-bamboo-flooring-in-real-commercial-projects
http://scenarch.com/scenarios/4092
https://www.homepros411.com/blog/the-cultural-beauty-of-chinese-bamboo-craftsmanship-in-modern-interiors
https://bothbest.exblog.jp/36072416/
https://naya.com.np/post/p1769673370tnh4e
https://www.bizthistown.com/discussions/hand-scraped-bamboo-flooring-a-natural-look-with-high-performance
https://www.edufex.com/forums/discussion/general/the-science-behind-strand-woven-bamboos-extreme-hardness
https://arizonaadam.com/forum/topic/bamboo-plywood-sheets-for-van-conversions-and-tiny-homes/
https://divekeeper.com/forums/discussion/general-discussion/what-makes-bamboo-flooring-a-top-pick-for-hotels-offices-and-retail-areas
https://admin.phacility.com/F648250
https://admin.phacility.com/F648251
https://codoc.jp/sites/bothbest/entries/ft70tDl8aA
https://www.classified.bylancer.com/ad/17368/high-density-bamboo-flooring-for-commercial-projects-why-architects-love-it
https://roughstuffmedia.activeboard.com/t72476565/high-density-bamboo-flooring-for-commercial-projects-why-arc/
https://www.hssolar.cn/news-44.html
https://jamaity.org/user/bothbest/

https://www.degreeforum.net/mybb/User-bothbest https://www.hamqth.com/VU3ABC https://ceecentre.org/candidate/bothbest/ https://pasha.style/member/users/15641 https://www.sharegrid.com/p/bothbest https://hosted.weblate.org/user/bothbest/ https://tapmybio.com/bothbest https://www.frenchwomenorg.com/read-blog/24438 https://forum.locusmap.eu/index.php?action=profile;u=13977 http://www.seafishzone.com/home.php?mod=space&uid=2659124 https://www.sanctuary.fr/index.php?page=user-profile&subpage=accueil&id=197754 http://bbs.yongrenqianyou.com/home.php?mod=space&uid=4327323&do=profile https://blogs.bangboxonline.com/posts/from-forest-to-floor-how-china-fsc-bamboo-is-harvested-sustainably https://blogs.bangboxonline.com/profile/bothbest http://www.gtcm.info/home.php?mod=space&uid=1288415&do=profile https://www.eventbookings.com/b/member/profile/f0eea0ae-71c5-4f7a-bf65-a958de6cb86a https://forum.ct8.pl/member.php?action=profile&uid=111951 https://sandwiche.me/bothbest https://tuscl.net/member/873011 https://pad.cloud.abilian.com/s/Cm6kY6_vO https://grantha.jiva.org/index.php?show=profile&m_no=47954 https://www.kivvon.com/en/profile/9715894/bothbest https://www.hd.club.tw/home.php?mod=space&uid=2997459 https://hiendy.com/hififorum/home.php?mod=space&uid=137038&do=profile https://calaos.fr/forum/member.php?action=profile&uid=18243 https://www.theconsumersfeedback.com/guestpost/how-strand-woven-bamboo-achieves-hardwood-level-strength https://plaza.rakuten.co.jp/hssolar/diary/202601290000/ https://scrapbox.io/china-solar-panels-suppl/Is_Bamboo_Plywood_the_Future_of_Sustainable_Construction https://hssolar.tawk.help/article/the-durability-test-bamboo-flooring-in-real-commercial-projects http://scenarch.com/scenarios/4092 https://www.homepros411.com/blog/the-cultural-beauty-of-chinese-bamboo-craftsmanship-in-modern-interiors https://bothbest.exblog.jp/36072416/ https://naya.com.np/post/p1769673370tnh4e https://www.bizthistown.com/discussions/hand-scraped-bamboo-flooring-a-natural-look-with-high-performance https://www.edufex.com/forums/discussion/general/the-science-behind-strand-woven-bamboos-extreme-hardness https://arizonaadam.com/forum/topic/bamboo-plywood-sheets-for-van-conversions-and-tiny-homes/ https://divekeeper.com/forums/discussion/general-discussion/what-makes-bamboo-flooring-a-top-pick-for-hotels-offices-and-retail-areas https://admin.phacility.com/F648250 https://admin.phacility.com/F648251 https://codoc.jp/sites/bothbest/entries/ft70tDl8aA https://www.classified.bylancer.com/ad/17368/high-density-bamboo-flooring-for-commercial-projects-why-architects-love-it https://roughstuffmedia.activeboard.com/t72476565/high-density-bamboo-flooring-for-commercial-projects-why-arc/ https://www.hssolar.cn/news-44.html https://jamaity.org/user/bothbest/
You must log in or register to leave comments