• Global community
    • Language:
      • Deutsch
      • English
      • EspaƱol
      • FranƧais
      • PortuguĆŖs
  • ę—„ęœ¬čŖžć‚³ćƒŸćƒ„ćƒ‹ćƒ†ć‚£
    Dedicated community for Japanese speakers
  • ķ•œźµ­ ģ»¤ė®¤ė‹ˆķ‹°
    Dedicated community for Korean speakers
Exit
0

CFDIV Animation?

Explorer ,
Apr 14, 2010 Apr 14, 2010

Copy link to clipboard

Copied

I'm building a custom calendar application and I'd like to have each month animate on screen as the user navigates through them  (with a slide from the left or right) .

Is it possible to use CFDIV and do this animation, or should I use jQuery instead?

Thanks.

TOPICS
Advanced techniques

Views

367

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Valorous Hero ,
Apr 14, 2010 Apr 14, 2010

Copy link to clipboard

Copied

LATEST

jeremy@noble wrote:

Is it possible to use CFDIV and do this animation

Yes.

, or should I use jQuery instead?

Yes or something like it.

<cfdiv...> does not do anything special on the Client.  It is a server based 'wizard' like tool that just creates normal HTML div, CSS styles and JavaScript logic for you to be delivered to the client.  There is little preventing you from adding your own logic to the code created by ColdFusion.  You would just have to be careful that what you add does not interfere or override what ColdFusion is doing, unless that is your intention.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation